瀏覽代碼

Added a few reports, pointed the online source repository to ddd.sventon.org.

peter_backlund 18 年之前
父節點
當前提交
22fdbe5c35
共有 1 個檔案被更改,包括 26 行新增5 行删除
  1. 26
    5
      dddsample/pom.xml

+ 26
- 5
dddsample/pom.xml 查看文件

@@ -47,7 +47,7 @@
47 47
       <email>peter.backlund@citerus.se</email>
48 48
       <organization>Citerus</organization>
49 49
       <organizationUrl>http://www.citerus.se</organizationUrl>
50
-      <timezone>GMT+1</timezone>
50
+      <timezone>+1</timezone>
51 51
     </developer>
52 52
     <developer>
53 53
       <id>patrikfr</id>
@@ -55,7 +55,7 @@
55 55
       <email>patrikfr@users.sourceforge.net</email>
56 56
       <organization>Citerus</organization>
57 57
       <organizationUrl>http://www.citerus.se</organizationUrl>
58
-      <timezone>GMT+1</timezone>
58
+      <timezone>+1</timezone>
59 59
     </developer>
60 60
     <developer>
61 61
       <id>jeham</id>
@@ -63,7 +63,7 @@
63 63
       <email>jeham@users.sourceforge.net</email>
64 64
       <organization>Citerus</organization>
65 65
       <organizationUrl>http://www.citerus.se</organizationUrl>
66
-      <timezone>GMT+1</timezone>
66
+      <timezone>+1</timezone>
67 67
     </developer>
68 68
     <developer>
69 69
       <id>jorgen_falk</id>
@@ -71,7 +71,7 @@
71 71
       <email>jorgen.falk@citerus.se</email>
72 72
       <organization>Citerus</organization>
73 73
       <organizationUrl>http://www.citerus.se</organizationUrl>
74
-      <timezone>GMT+1</timezone>
74
+      <timezone>+1</timezone>
75 75
     </developer>
76 76
   </developers>
77 77
   <licenses>
@@ -83,7 +83,7 @@
83 83
   </licenses>
84 84
   <scm>
85 85
     <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
86
-    <url>http://dddsample.svn.sourceforge.net/viewvc/dddsample/</url>
86
+    <url>http://ddd.sventon.org</url>
87 87
   </scm>
88 88
   <build>
89 89
     <plugins>
@@ -246,4 +246,25 @@
246 246
       <scope>runtime</scope>
247 247
     </dependency>
248 248
   </dependencies>
249
+
250
+  <reporting>
251
+    <plugins>
252
+      <!-- Javadoc -->
253
+      <plugin>
254
+        <groupId>org.apache.maven.plugins</groupId>
255
+        <artifactId>maven-javadoc-plugin</artifactId>
256
+      </plugin>
257
+      <!-- Source code cross reference -->
258
+      <plugin>
259
+        <groupId>org.apache.maven.plugins</groupId>
260
+        <artifactId>maven-jxr-plugin</artifactId>
261
+      </plugin>
262
+      <!-- Test report -->
263
+      <plugin>
264
+        <groupId>org.apache.maven.plugins</groupId>
265
+        <artifactId>maven-surefire-report-plugin</artifactId>
266
+      </plugin>
267
+    </plugins>
268
+  </reporting>
269
+
249 270
 </project>