You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by he...@apache.org on 2005/09/27 16:36:43 UTC

svn commit: r291962 - /jakarta/commons/proper/email/trunk/project.properties

Author: henning
Date: Tue Sep 27 07:36:41 2005
New Revision: 291962

URL: http://svn.apache.org/viewcvs?rev=291962&view=rev
Log:
Maven now uses a different way to deploy artifacts. 


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=291962&r1=291961&r2=291962&view=diff
==============================================================================
--- jakarta/commons/proper/email/trunk/project.properties (original)
+++ jakarta/commons/proper/email/trunk/project.properties Tue Sep 27 07:36:41 2005
@@ -22,8 +22,18 @@
 # Version: $Id$
 #
 # #############################################################################
-# must have this for subversion changelog reports
-# maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
+maven.remote.group=apcvs
+
+maven.repo.list=apache
+
+# Repository for official releases
+maven.repo.apache=scp://cvs.apache.org
+maven.repo.apache.directory=/www/www.apache.org/dist/java-repository
+
+# Repository for alpha, beta, release candidate releases
+maven.repo.commons-unreleased=scp://cvs.apache.org
+maven.repo.commons-unreleased.directory=/www/cvs.apache.org/dist/jakarta/commons/java-repository
 
 # Used to generate the checkstyle reports
 maven.checkstyle.properties=conf/checkstyle.xml



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