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:08:22 UTC

svn commit: r375129 - in /maven/maven-1/plugins-sandbox/trunk: plugin-parent/project.properties struts/project.properties surefire/project.properties

Author: aheritier
Date: Sun Feb  5 15:08:22 2006
New Revision: 375129

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

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
    maven/maven-1/plugins-sandbox/trunk/struts/project.properties
    maven/maven-1/plugins-sandbox/trunk/surefire/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?rev=375129&r1=375128&r2=375129&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Sun Feb  5 15:08:22 2006
@@ -1,4 +1,4 @@
-# -------------------------------------------------------------------
+	# -------------------------------------------------------------------
 # Copyright 2001-2006 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -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
@@ -128,6 +129,11 @@
 maven.license.licenseFile=${basedir}/../plugin-parent/LICENSE.txt
 
 #=====
+# Javadoc plugin settings
+#=====
+maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
+
+#=====
 # LinkCheck plugin settings
 #=====
 maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
@@ -156,6 +162,12 @@
 maven.site.stage.address=people.apache.org
 maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 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

Modified: maven/maven-1/plugins-sandbox/trunk/struts/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/struts/project.properties?rev=375129&r1=375128&r2=375129&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/struts/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/struts/project.properties Sun Feb  5 15:08:22 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-sandbox/trunk/surefire/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/surefire/project.properties?rev=375129&r1=375128&r2=375129&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/surefire/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/surefire/project.properties Sun Feb  5 15:08:22 2006
@@ -13,3 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # -------------------------------------------------------------------
+
+# -------------------------------------------------------------------
+# P R O J E C T  P R O P E R T I E S
+# -------------------------------------------------------------------