brett 2004/10/30 02:31:49 Modified: src/conf Tag: MAVEN-1_0-BRANCH defaults.properties src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java xdocs Tag: MAVEN-1_0-BRANCH changes.xml Log: PR: MAVEN-1439 fix the maven.mode.online property Revision Changes Path No revision No revision 1.8.4.7 +1 -0 maven/src/conf/defaults.properties Index: defaults.properties =================================================================== RCS file: /home/cvs/maven/src/conf/defaults.properties,v retrieving revision 1.8.4.6 retrieving revision 1.8.4.7 diff -u -r1.8.4.6 -r1.8.4.7 --- defaults.properties 30 Oct 2004 03:21:40 -0000 1.8.4.6 +++ defaults.properties 30 Oct 2004 09:31:48 -0000 1.8.4.7 @@ -63,6 +63,7 @@ #maven.repo.central = login.ibiblio.org #maven.repo.central.directory = /public/html/maven maven.repo.remote.enabled = true +maven.mode.online = true # ------------------------------------------------------------------- # M A V E N D I S T R I B U T I O N S No revision No revision 1.37.4.28 +1 -5 maven/src/java/org/apache/maven/cli/App.java Index: App.java =================================================================== RCS file: /home/cvs/maven/src/java/org/apache/maven/cli/App.java,v retrieving revision 1.37.4.27 retrieving revision 1.37.4.28 diff -u -r1.37.4.27 -r1.37.4.28 --- App.java 24 Oct 2004 01:53:20 -0000 1.37.4.27 +++ App.java 30 Oct 2004 09:31:49 -0000 1.37.4.28 @@ -386,10 +386,6 @@ { System.setProperty( MavenConstants.ONLINE, "false" ); } - else - { - System.setProperty( MavenConstants.ONLINE, "true" ); - } } /** No revision No revision 1.14.4.43 +1 -0 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.14.4.42 retrieving revision 1.14.4.43 diff -u -r1.14.4.42 -r1.14.4.43 --- changes.xml 30 Oct 2004 03:21:40 -0000 1.14.4.42 +++ changes.xml 30 Oct 2004 09:31:49 -0000 1.14.4.43 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH"> + <action dev="brett" type="fix" issue="MAVEN-1439" due-to="Shinobu Kawai">Allow the property <code>maven.mode.online</code> to work, but be overridden by the <code>-o</code> command line option</action> <action dev="brett" type="update">No longer default the maven.repo.central[.directory] properties to upload to ibiblio as access is restricted</action> <action dev="brett" type="fix" issue="MAVEN-1477">Document mirrors of the Maven repository at ibiblio</action> <action dev="brett" type="fix" issue="MAVEN-1355" due-to="Miguel Griffa">Document how to build Maven using Maven instead of bootstrapping</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]