You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/06 00:05:51 UTC

svn commit: r375126 - in /maven/maven-1/plugins/trunk: ./ abbot/ artifact/ changelog/ changes/ dist/ ejb/ hibernate/ html2xdoc/ j2ee/ javacc/ javadoc/ jellydoc/ linkcheck/ multiproject/ plugin-parent/ plugin/ pom/ release/ simian/ xdoc/

Author: aheritier
Date: Sun Feb  5 15:05:50 2006
New Revision: 375126

URL: http://svn.apache.org/viewcvs?rev=375126&view=rev
Log:
clean up properties duplicated with the parent project.

Modified:
    maven/maven-1/plugins/trunk/abbot/project.properties
    maven/maven-1/plugins/trunk/artifact/project.properties
    maven/maven-1/plugins/trunk/changelog/project.properties
    maven/maven-1/plugins/trunk/changes/project.properties
    maven/maven-1/plugins/trunk/dist/project.properties
    maven/maven-1/plugins/trunk/ejb/project.properties
    maven/maven-1/plugins/trunk/hibernate/project.properties
    maven/maven-1/plugins/trunk/html2xdoc/project.properties
    maven/maven-1/plugins/trunk/j2ee/project.properties
    maven/maven-1/plugins/trunk/javacc/project.properties
    maven/maven-1/plugins/trunk/javadoc/project.properties
    maven/maven-1/plugins/trunk/jellydoc/project.properties
    maven/maven-1/plugins/trunk/linkcheck/project.properties
    maven/maven-1/plugins/trunk/multiproject/project.properties
    maven/maven-1/plugins/trunk/plugin-parent/project.properties
    maven/maven-1/plugins/trunk/plugin/project.properties
    maven/maven-1/plugins/trunk/pom/project.properties
    maven/maven-1/plugins/trunk/project.xml
    maven/maven-1/plugins/trunk/release/project.properties
    maven/maven-1/plugins/trunk/simian/project.properties
    maven/maven-1/plugins/trunk/xdoc/project.properties

Modified: maven/maven-1/plugins/trunk/abbot/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/abbot/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/abbot/project.properties (original)
+++ maven/maven-1/plugins/trunk/abbot/project.properties Sun Feb  5 15:05:50 2006
@@ -14,11 +14,6 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-maven.xdoc.date=left
-maven.xdoc.version=${pom.currentVersion}
-maven.license.licenseFile=${basedir}/../LICENSE.txt
-maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
-
 maven.abbot.reports.dir = ${maven.build.dir}
 
 # WARNING: By default, do not run unit tests as they require a display
@@ -26,9 +21,4 @@
 maven.test.skip = true
 
 # Have the abbot test reports appear in ${maven.abbot.reports.dir}
-maven.junit.sysproperties = maven.abbot.reports.dir
-
-# Fork so that the plugin unit tests are run with the correct classpath
-maven.junit.fork = true
-
-
+maven.junit.sysproperties = maven.abbot.reports.dir
\ No newline at end of file

Modified: maven/maven-1/plugins/trunk/artifact/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.properties (original)
+++ maven/maven-1/plugins/trunk/artifact/project.properties Sun Feb  5 15:05:50 2006
@@ -18,5 +18,3 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/changelog/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.properties (original)
+++ maven/maven-1/plugins/trunk/changelog/project.properties Sun Feb  5 15:05:50 2006
@@ -17,7 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=true
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/changes/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/project.properties (original)
+++ maven/maven-1/plugins/trunk/changes/project.properties Sun Feb  5 15:05:50 2006
@@ -17,4 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
+

Modified: maven/maven-1/plugins/trunk/dist/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/project.properties (original)
+++ maven/maven-1/plugins/trunk/dist/project.properties Sun Feb  5 15:05:50 2006
@@ -17,5 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.jar.override=on
-maven.jar.maven=${maven.home}/lib/maven.jar
+

Modified: maven/maven-1/plugins/trunk/ejb/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/project.properties (original)
+++ maven/maven-1/plugins/trunk/ejb/project.properties Sun Feb  5 15:05:50 2006
@@ -18,5 +18,3 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-maven.jar.override=on
-maven.jar.maven=${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/hibernate/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/hibernate/project.properties (original)
+++ maven/maven-1/plugins/trunk/hibernate/project.properties Sun Feb  5 15:05:50 2006
@@ -17,5 +17,3 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.docs.outputencoding=UTF-8
-maven.junit.fork=true
\ No newline at end of file

Modified: maven/maven-1/plugins/trunk/html2xdoc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/html2xdoc/project.properties (original)
+++ maven/maven-1/plugins/trunk/html2xdoc/project.properties Sun Feb  5 15:05:50 2006
@@ -17,4 +17,3 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
\ No newline at end of file

Modified: maven/maven-1/plugins/trunk/j2ee/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/j2ee/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/j2ee/project.properties (original)
+++ maven/maven-1/plugins/trunk/j2ee/project.properties Sun Feb  5 15:05:50 2006
@@ -17,5 +17,5 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=true
+
 

Modified: maven/maven-1/plugins/trunk/javacc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javacc/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javacc/project.properties (original)
+++ maven/maven-1/plugins/trunk/javacc/project.properties Sun Feb  5 15:05:50 2006
@@ -17,4 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
+

Modified: maven/maven-1/plugins/trunk/javadoc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/project.properties (original)
+++ maven/maven-1/plugins/trunk/javadoc/project.properties Sun Feb  5 15:05:50 2006
@@ -17,4 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
+

Modified: maven/maven-1/plugins/trunk/jellydoc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jellydoc/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jellydoc/project.properties (original)
+++ maven/maven-1/plugins/trunk/jellydoc/project.properties Sun Feb  5 15:05:50 2006
@@ -18,7 +18,4 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-# vmassol: shouldn't this be deleted?
-maven.activitylog.range = 30
-maven.jar.override=on
 maven.jar.javadoc=${tools.jar}

Modified: maven/maven-1/plugins/trunk/linkcheck/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/project.properties (original)
+++ maven/maven-1/plugins/trunk/linkcheck/project.properties Sun Feb  5 15:05:50 2006
@@ -29,7 +29,4 @@
   maven.linkcheck.proxy.ntlm.domain \
   maven.mode.online
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar
-
 log4j.logger.org.apache.maven.plugin.linkcheck=INFO

Modified: maven/maven-1/plugins/trunk/multiproject/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.properties (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.properties Sun Feb  5 15:05:50 2006
@@ -18,5 +18,3 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Sun Feb  5 15:05:50 2006
@@ -88,6 +88,7 @@
 # We are targetting the 1.3 JVM and above
 maven.compile.target=1.3
 maven.compile.source=1.3
+maven.compile.encoding=UTF-8
 
 #=====
 # Announcement plugin properties
@@ -123,6 +124,11 @@
 maven.checkstyle.properties = ${basedir}/../plugin-parent/checkstyle.xml
 
 #=====
+# Javadoc plugin settings
+#=====
+maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
+
+#=====
 # License plugin settings
 #=====
 maven.license.licenseFile=${basedir}/../plugin-parent/LICENSE.txt
@@ -158,6 +164,12 @@
 maven.site.deploy.method=rsync
 
 #=====
+# Test/JUnit plugin settings
+#=====
+# Fork so that plugins unit tests are run with the correct classpath
+maven.junit.fork = true
+
+#=====
 # XDOC plugin settings
 #=====
 # Display the date on the Maven web site
@@ -167,4 +179,5 @@
 maven.xdoc.version = ${pom.currentVersion}
 # Use the maven site theme
 maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
-maven.xdoc.locale.default=en
\ No newline at end of file
+maven.xdoc.locale.default=en
+maven.docs.outputencoding=UTF-8
\ No newline at end of file

Modified: maven/maven-1/plugins/trunk/plugin/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugin/project.properties Sun Feb  5 15:05:50 2006
@@ -17,4 +17,3 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=true
\ No newline at end of file

Modified: maven/maven-1/plugins/trunk/pom/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/project.properties (original)
+++ maven/maven-1/plugins/trunk/pom/project.properties Sun Feb  5 15:05:50 2006
@@ -18,5 +18,3 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.xml (original)
+++ maven/maven-1/plugins/trunk/project.xml Sun Feb  5 15:05:50 2006
@@ -178,7 +178,6 @@
   <reports>
     <report>maven-changelog-plugin</report>
     <report>maven-changes-plugin</report>
-    <report>maven-dashboard-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-faq-plugin</report>
     <report>maven-file-activity-plugin</report>

Modified: maven/maven-1/plugins/trunk/release/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/release/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/release/project.properties (original)
+++ maven/maven-1/plugins/trunk/release/project.properties Sun Feb  5 15:05:50 2006
@@ -17,7 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
 
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/simian/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/project.properties (original)
+++ maven/maven-1/plugins/trunk/simian/project.properties Sun Feb  5 15:05:50 2006
@@ -17,7 +17,5 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
-maven.junit.fork=yes
 maven.simian.testexcludes = **/ExcludeMe.java
 maven.pmd.check.tests=false

Modified: maven/maven-1/plugins/trunk/xdoc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/project.properties?rev=375126&r1=375125&r2=375126&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.properties (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.properties Sun Feb  5 15:05:50 2006
@@ -17,5 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.junit.fork=yes
-maven.compile.encoding=UTF-8
+