brett 2004/04/20 17:30:10
Modified: src/conf Tag: MAVEN-1_0-BRANCH defaults.properties
xdocs Tag: MAVEN-1_0-BRANCH changes.xml
Log:
put remote group in default properties
Revision Changes Path
No revision
No revision
1.8.4.2 +2 -0 maven/src/conf/defaults.properties
Index: defaults.properties
===================================================================
RCS file: /home/cvs/maven/src/conf/defaults.properties,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -u -r1.8.4.1 -r1.8.4.2
--- defaults.properties 4 Mar 2004 17:47:31 -0000 1.8.4.1
+++ defaults.properties 21 Apr 2004 00:30:10 -0000 1.8.4.2
@@ -77,3 +77,5 @@
maven.build = MAVEN_BUILD_NOT_SET
maven.username=USERNAME_NOT_SET
+maven.remote.group=maven
+
No revision
No revision
1.14.4.9 +4 -0 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.14.4.8
retrieving revision 1.14.4.9
diff -u -r1.14.4.8 -r1.14.4.9
--- changes.xml 14 Apr 2004 01:03:44 -0000 1.14.4.8
+++ changes.xml 21 Apr 2004 00:30:10 -0000 1.14.4.9
@@ -25,6 +25,10 @@
</properties>
<body>
<release version="1.0RC3" date="in CVS">
+ <action dev="brett" type="add">Add maven.remote.group to
defaults.properties</action>
+ <action dev="brett" type="add">Add sort attribute to reactor tag.</action>
+ <action dev="brett" type="add" due-to="John Casey">Add collectOnly and
collectionVar attributes to reactor tag.</action>
+ <action dev="brett" type="add">Improve maven -h output, and add -u and -P
switches.</action>
<action dev="brett" type="fix" issue="MPAPPSERVER-6">store current plugin
housing and use that instead of looking up by goal name so that non-mapped goals know
what housing they are in (eg goals defined in j:import'ed scripts)</action>
<action dev="brett" type="fix" issue="MAVEN-1227">use correct new lines in
maven -g output</action>
<action dev="brett" type="fix" due-to="Shinsuke SUGAYA"
issue="MAVEN-1050">Apply patch to use system encoding for project so that xdoc
transformation of POM works on non-ISO8859-1 systems.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]