You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/06 17:36:14 UTC

svn commit: r493504 - in /jakarta/commons/sandbox/finder/trunk: pom.xml src/changes/ src/changes/changes.xml src/site/xdoc/changes.xml

Author: dennisl
Date: Sat Jan  6 08:36:13 2007
New Revision: 493504

URL: http://svn.apache.org/viewvc?view=rev&rev=493504
Log:
Add configuration for the changes report.
Move changes.xml file to default location for Maven 2.

Added:
    jakarta/commons/sandbox/finder/trunk/src/changes/
    jakarta/commons/sandbox/finder/trunk/src/changes/changes.xml
      - copied unchanged from r493497, jakarta/commons/sandbox/finder/trunk/src/site/xdoc/changes.xml
Removed:
    jakarta/commons/sandbox/finder/trunk/src/site/xdoc/changes.xml
Modified:
    jakarta/commons/sandbox/finder/trunk/pom.xml

Modified: jakarta/commons/sandbox/finder/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/pom.xml?view=diff&rev=493504&r1=493503&r2=493504
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/pom.xml Sat Jan  6 08:36:13 2007
@@ -44,9 +44,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/</url>
   </scm>
 
   <distributionManagement>
@@ -66,8 +66,27 @@
     </repository>
   </repositories>
   <build>
-      <sourceDirectory>src/java</sourceDirectory>
-      <testSourceDirectory>src/test</testSourceDirectory> 
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory> 
   </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <configuration>
+          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org