You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2006/02/02 03:48:15 UTC

svn commit: r374233 - in /jakarta/commons/sandbox/jci/trunk: project.properties project.xml

Author: tcurdt
Date: Wed Feb  1 18:48:09 2006
New Revision: 374233

URL: http://svn.apache.org/viewcvs?rev=374233&view=rev
Log:
changed some reports, minijar comments

Modified:
    jakarta/commons/sandbox/jci/trunk/project.properties
    jakarta/commons/sandbox/jci/trunk/project.xml

Modified: jakarta/commons/sandbox/jci/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/project.properties?rev=374233&r1=374232&r2=374233&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/project.properties (original)
+++ jakarta/commons/sandbox/jci/trunk/project.properties Wed Feb  1 18:48:09 2006
@@ -16,6 +16,7 @@
 
 #maven.checkstyle.properties = checkstyle.xml
 maven.test.failure.ignore = true
+maven.test.skip = false
 
 maven.javadoc.author = false
 maven.javadoc.links = http://java.sun.com/products/jdk/1.4/docs/api
@@ -29,10 +30,13 @@
 maven.xdoc.developmentProcessUrl = http://jakarta.apache.org/commons/charter.html
 maven.xdoc.includeProjectDocumentation = yes
 
+maven.jar.override = on
+
 # ------------------------------------------------------------------------
-# M A V E N  J A R  O V E R R I D E
+# Jars set explicity by path.
 # ------------------------------------------------------------------------
-#maven.jar.override = on
-#maven.jar.jdtcore = ${basedir}/lib/jdtcore-3.1.0.jar
-#maven.jar.bcel = ${basedir}/lib/jakarta-bcel-20040329.jar
-
+#maven.jar.commons-io = commons-io-1.0-minimal.jar
+#maven.jar.commons-lang = commons-lang-2.0-minimal.jar
+#maven.jar.groovy-all = groovy-all-1.0-jsr-04-minimal.jar
+#maven.jar.janino = janino-2.3.7-minimal.jar
+#maven.jar.jdtcore = jdtcore-3.1.0-minimal.jar

Modified: jakarta/commons/sandbox/jci/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/project.xml?rev=374233&r1=374232&r2=374233&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/project.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/project.xml Wed Feb  1 18:48:09 2006
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency>
 
     <!-- needed by the core -->
@@ -181,11 +181,12 @@
     <report>maven-changelog-plugin</report>
     <report>maven-changes-plugin</report>
     <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
     <report>maven-javadoc-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-cobertura-plugin</report>
     <report>maven-jxr-plugin</report>
+    <report>maven-pmd-plugin</report>
+    <report>maven-tasklist-plugin</report>
     <report>maven-linkcheck-plugin</report>
   </reports>
 



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