germuska 2004/04/14 06:58:57 Modified: . project.properties Log: adjust properties to use alternate repo for nightly builds and add some notes about how to use Maven to deploy Struts jars to either of the two repositories Revision Changes Path 1.10 +21 -8 jakarta-struts/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-struts/project.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.properties 30 Jan 2004 02:07:15 -0000 1.9 +++ project.properties 14 Apr 2004 13:58:57 -0000 1.10 @@ -7,13 +7,7 @@ # to do site or installation specific changes to the project build. # ------------------------------------------------------------------- -#======================================================================== -# You can uncomment this if you're willing to use the unofficial -# Validator-specific jar repository at the Validator site. This will -# contain all the jars needed to build Validator, even if a jar -# is missing on ibiblio -#======================================================================== -#maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/struts/repo +maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/ maven.checkstyle.properties = conf/qa/CheckStyle.xml @@ -35,6 +29,25 @@ compile.optimize = off compile.deprecation = on maven.compile.deprecation = on + +# ------------------------------------------------------------------- +# D E P L O Y M E N T P R O P E R T I E S +# ------------------------------------------------------------------- +#- maven.repo.central and maven.repo.central.directory are used to deploy +#- jars to be used by other projects. +# +#- For nightly builds, use: +#- maven jar:deploy-snapshot +#- This will deploy to the 'default' directory, which corresponds to the "remote" repository +#- http://cvs.apache.org/repository/ +#- For production builds, use: +#- maven -Dmaven.repo.central.directory=/www/www.apache.org/dist/java-repository/ jar:deploy +#- That directory is periodically mirrored with the "standard" Maven repo at ibiblio +#- Specify your username at the remote repository (cvs.apache.org) +#- with the maven property 'maven.username' +maven.repo.central=cvs.apache.org +maven.repo.central.directory=/www/cvs.apache.org/repository/ # nightly builds +#maven.repo.central.directory=/www/www.apache.org/dist/java-repository/ # releases # ------------------------------------------------------------------- # N I G H T L Y B U I L D P R O P E R T I E S
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]