Author: psteitz
Date: Sun May 29 13:34:59 2005
New Revision: 178983
URL: http://svn.apache.org/viewcvs?rev=178983&view=rev
Log:
Added config to support jar deployment.
Modified:
jakarta/commons/proper/math/trunk/project.properties
Modified: jakarta/commons/proper/math/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/project.properties?rev=178983&r1=178982&r2=178983&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/project.properties (original)
+++ jakarta/commons/proper/math/trunk/project.properties Sun May 29 13:34:59
2005
@@ -1,4 +1,4 @@
-# Copyright 2003-2004 The Apache Software Foundation
+# Copyright 2003-2005 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -42,3 +42,40 @@
maven.jar.override = on
maven.jar.clover = 1.3.2
+
+######################################################################
+# Deployment Repository Settings
+#
+# 'apache.releases' is the mirrored public release repository
+# 'apache.snapshots' is the internal repository for snapshots
+#
+# By default, deployment is to the internal apache repository.
+# To deploy to the mirrored distribution repository, use
+#
+# maven -Dmaven.repo.list=apache.releases jar:deploy
+#
+# The following properties need to be set in local build.properties:
+#
+# maven.repo.apache.releases.username - apache user name (defaults to
user.name)
+# maven.repo.apache.releases.privatekey - path to local private ssh key
(defaults to ${user.home}/.ssh/id_dsa)
+# maven.repo.apache.releases.passphrase - passphrase for private ssh key
(defaults to empty)
+#
+######################################################################
+# Repository to deploy to - internal apache repo
+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
+maven.repo.apache.snapshots.username=${maven.repo.apache.username}
+maven.repo.apache.snapshots.privatekey=${maven.repo.apache.privatekey}
+maven.repo.apache.snapshots.passphrase=${maven.repo.apache.passphrase}
+maven.repo.apache.snapshots.group=apcvs
+
+# Release repository - rsynched to mirrors
+maven.repo.apache.releases=scp://people.apache.org
+maven.repo.apache.releases.directory=/www/www.apache.org/dist/java-repository
+maven.repo.apache.releases.group=apcvs
+#maven.repo.apache.releases.username=
+#maven.repo.apache.releases.privatekey=
+#maven.repo.apache.releases.passphrase=
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]