From: fhanik Date: Fri, 19 Oct 2007 13:35:18 +0000 (+0000) Subject: Add a ANT script that can sign and publish to the central ASF maven repo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4902e66a94436f5c019f4ba0a42e76162493e015;p=tomcat7.0 Add a ANT script that can sign and publish to the central ASF maven repo git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@586443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index 2a84201be..b9ac64cc6 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -15,9 +15,15 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -137,6 +190,12 @@ + + + + + + @@ -174,5 +233,9 @@ + + + Help is on the way! + diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 9083e78f3..b5785117e 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -12,26 +12,39 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# To create custom properties, simply create +# the file mvn.properties +# in this directory +# no need to change this file +# #Maven properties +maven.scp.username=fhanik +maven.scp.privateKey=${user.home}/.ssh/id_rsa.export +maven.scp.passphrase= +maven.gpg.exec=C:/software/GNU/GnuPG/gpg.exe +maven.gpg.passphrase=***** + + maven.home=/development/maven-2.0.4 #Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name -maven.bin=mvn +maven.bin=mvn.bat #Maven snapshot properties maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository maven.snapshot.repo.repositoryId=apache.snapshots -maven.snapshot.deploy.version=6.0.X-SNAPSHOT +maven.snapshot.deploy.version=6.T.X-SNAPSHOT #Maven release properties for Tomcat staging maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository maven.release.repo.repositoryId=tomcat-staging -maven.release.deploy.version=6.0.8 +maven.release.deploy.version=6.T.X #Maven release properties for the main ASF repo maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository maven.asf.release.repo.repositoryId=apache.releases -maven.asf.release.deploy.version=6.0.8 +maven.asf.release.deploy.version=6.T.T #Where do we load the libraries from