You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2006/07/25 22:06:49 UTC

svn commit: r425509 - in /jakarta/commons/proper/configuration/trunk: project.properties project.xml

Author: oheger
Date: Tue Jul 25 13:06:48 2006
New Revision: 425509

URL: http://svn.apache.org/viewvc?rev=425509&view=rev
Log:
Added jdiff report and re-enabled findbugs

Modified:
    jakarta/commons/proper/configuration/trunk/project.properties
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.properties?rev=425509&r1=425508&r2=425509&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Tue Jul 25 13:06:48 2006
@@ -44,3 +44,7 @@
 maven.compile.fork = true
 
 maven.javacc.javacc.grammar=src/java/org/apache/commons/configuration/plist/PropertyListParser.jj
+
+maven.jdiff.new.tag=CURRENT
+maven.jdiff.old.tag=CONFIGURATION_1_2
+

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?rev=425509&r1=425508&r2=425509&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Tue Jul 25 13:06:48 2006
@@ -166,8 +166,8 @@
     <developer>
       <name>Oliver Heger</name>
       <id>oheger</id>
-      <email>oliver.heger@t-online.de</email>
-      <organization>University Marburg</organization>
+      <email>oheger@apache.org</email>
+      <organization>Agfa HealthCare</organization>
       <timezone>+1</timezone>
     </developer>
 
@@ -437,6 +437,32 @@
       </properties>
     </dependency>
 
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-scm-plugin</artifactId>
+      <version>1.5</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/scm/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5 (minimum)
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-jdiff-plugin</artifactId>
+      <version>1.5</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/jdiff/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5 (minimum)
+          </comment>
+      </properties>
+    </dependency>
+
   </dependencies>
 
   <build>
@@ -525,7 +551,7 @@
     <report>maven-faq-plugin</report>
     <report>maven-cobertura-plugin</report>
     <report>maven-tasks-plugin</report>
-    <!-- Commented out, does not run on JDK 1.3
-    <report>maven-findbugs-plugin</report> -->
+    <report>maven-findbugs-plugin</report>
+    <report>maven-jdiff-plugin</report>
   </reports>
 </project>



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