brett 2004/04/24 16:16:02
Modified: xdocs Tag: MAVEN-1_0-BRANCH changes.xml
Log:
updated change log
Revision Changes Path
No revision
No revision
1.14.4.11 +10 -2 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.14.4.10
retrieving revision 1.14.4.11
diff -u -r1.14.4.10 -r1.14.4.11
--- changes.xml 22 Apr 2004 16:45:19 -0000 1.14.4.10
+++ changes.xml 24 Apr 2004 23:16:02 -0000 1.14.4.11
@@ -25,12 +25,20 @@
</properties>
<body>
<release version="1.0RC3" date="in CVS">
+ <action dev="brett" type="fix" issue="MAVEN-37">Parent project properties are
now correctly loaded from extended project.xml files. This was implemented previously,
but the properties were not being passed through to the final goal attainment
context.</action>
+ <action dev="brett" type="update">Move maven jelly tags to maven-jelly-tags
subproject</action>
+ <action dev="brett" type="update">Show extended information with --info: list
of installed plugins (including versions), and ~/build.properties</action>
+ <action dev="brett" type="add">Show help on how to submit a bug report if
Maven dies with an unexpected exception</action>
+<!-- Implemented, but needs more testing - not in CVS yet
+ <action dev="brett" type="fix" issue="MAVEN-1080">Use temporary file while
downloading from repository so local repository artifacts never get corrupted.</action>
+-->
<action dev="evenisse" type="fix" issue="MAVEN-1226">Snapshot is now
downloaded only if the remote version is more recent than local version.</action>
<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="add">Improve maven -g output, and add -u and -P
switches for additional usage help.</action>
+ <action dev="brett" type="fix" issue="MPAPPSERVER-6">Fix fatal exception
running goals defined inside j:import'ed scripts.</action>
+ <action dev="brett" type="fix">Correctly report certain types of fatal
exceptions inside of silently ignoring them.</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>
<action dev="brett" type="fix" due-to="David Zeleznik"
issue="MAVEN-558">Improve error handling of HttpUtils</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]