Author: dion
Date: Tue Jul  5 07:27:58 2005
New Revision: 209278

URL: http://svn.apache.org/viewcvs?rev=209278&view=rev
Log:
- Remove test properties which would ignore errors and failures

- added maven.xdoc.distributionUrl so that downloads.html will be generated.

- Removed some commented out properties

Modified:
    jakarta/commons/proper/email/trunk/project.properties

Modified: jakarta/commons/proper/email/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/project.properties?rev=209278&r1=209277&r2=209278&view=diff
==============================================================================
--- jakarta/commons/proper/email/trunk/project.properties (original)
+++ jakarta/commons/proper/email/trunk/project.properties Tue Jul  5 07:27:58 
2005
@@ -22,33 +22,24 @@
 # Version: $Id$
 #
 ##############################################################################
-
-maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+# must have this for subversion changelog reports
+#maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 # Used to generate the checkstyle reports
-#maven.checkstyle.format = turbine
 maven.checkstyle.properties=conf/checkstyle.xml
 maven.checkstyle.header.file=conf/HEADER.txt
 
-# test properties
-maven.test.error.ignore=true
-maven.test.failure.ignore=true
-
 # Standard settings
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left
 maven.xdoc.poweredby.image=maven-feather.png
-maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+# used to generate the download page
+maven.xdoc.distributionUrl=http://www.apache.org/dist/java-repository/commons-email/jars
 
-# Compiler settings
+# Compiler settings - we are targetting JDK 1.3 as minimum runtime requirement
 maven.compile.source=1.3
 maven.compile.target=1.3
 
-# Use included jars
-#maven.jar.override=true
-#maven.jar.activation = ${basedir}/lib/activation-1.0.2.jar
-#maven.jar.javamail = ${basedir}/lib/javamail-1.3.2.jar
-
 # used to ensure the source distribution unpacks into commons-email-VERSION-src
-maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
\ No newline at end of file
+maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to