Author: polx
Date: Tue Aug 23 15:36:01 2005
New Revision: 239470

URL: http://svn.apache.org/viewcvs?rev=239470&view=rev
Log:
Enabling maven upload of snapshots.
paul

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/project.properties

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/project.properties?rev=239470&r1=239469&r2=239470&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/project.properties (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/project.properties Tue Aug 23 
15:36:01 2005
@@ -45,3 +45,19 @@
   rulesets/strings.xml
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
+# Repositories to upload by default... snapshots
+maven.repo.list=apache.snapshots
+
+# Repository to deploy snapshots
+maven.repo.apache.snapshots=scp://cvs.apache.org
+maven.repo.apache.snapshots.directory=/www/cvs.apache.org/repository
+## supposing these variables (*.releases.* are defined at the user-level)
+maven.repo.apache.snapshots.username=${maven.repo.apache.releases.username}
+maven.repo.apache.snapshots.privatekey=${maven.repo.apache.releases.privatekey}
+maven.repo.apache.snapshots.passphrase=${maven.repo.apache.releases.passphrase}
+
+# Repository to deploy releases, need manual addressing
+maven.repo.apache.releases=scp://people.apache.org
+maven.repo.apache.releases.directory=/www/www.apache.org/dist/java-repository
+



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

Reply via email to