You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/11/27 18:29:24 UTC

svn commit: r598709 - in /maven/site/trunk: pom.xml src/site/apt/download.apt.vm src/site/apt/release-notes.apt.vm

Author: brianf
Date: Tue Nov 27 09:29:22 2007
New Revision: 598709

URL: http://svn.apache.org/viewvc?rev=598709&view=rev
Log:
site updated for 2.0.8

Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/download.apt.vm
    maven/site/trunk/src/site/apt/release-notes.apt.vm

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=598709&r1=598708&r2=598709&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Nov 27 09:29:22 2007
@@ -16,7 +16,7 @@
   <name>Maven Site</name>
 
   <properties>
-    <currentVersion>2.0.7</currentVersion>
+    <currentVersion>2.0.8</currentVersion>
   </properties>
  
  <issueManagement>

Modified: maven/site/trunk/src/site/apt/download.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/download.apt.vm?rev=598709&r1=598708&r2=598709&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/download.apt.vm (original)
+++ maven/site/trunk/src/site/apt/download.apt.vm Tue Nov 27 09:29:22 2007
@@ -21,11 +21,11 @@
 *-------------------------+---------+----------+-----------+
 |                         | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
-| Maven ${currentVersion} (tar.bz2)     | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-${currentVersion}-bin.tar.bz2} maven-${currentVersion}-bin.tar.bz2}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.tar.bz2.md5} maven-${currentVersion}-bin.tar.bz2.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.tar.bz2.asc} maven-${currentVersion}-bin.tar.bz2.asc}} |
+| Maven ${currentVersion} (tar.bz2)     | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-${currentVersion}-bin.tar.bz2} apache-maven-${currentVersion}-bin.tar.bz2}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.tar.bz2.md5} apache-maven-${currentVersion}-bin.tar.bz2.md5}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.tar.bz2.asc} apache-maven-${currentVersion}-bin.tar.bz2.asc}} |
 *-------------------------+---------+----------+-----------+
-| Maven ${currentVersion} (tar.gz)      | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-${currentVersion}-bin.tar.gz} maven-${currentVersion}-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.tar.gz.md5} maven-${currentVersion}-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.tar.gz.asc} maven-${currentVersion}-bin.tar.gz.asc}} |
+| Maven ${currentVersion} (tar.gz)      | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-${currentVersion}-bin.tar.gz} apache-maven-${currentVersion}-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.tar.gz.md5} apache-maven-${currentVersion}-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.tar.gz.asc} apache-maven-${currentVersion}-bin.tar.gz.asc}} |
 *-------------------------+---------+----------+-----------+
-| Maven ${currentVersion} (zip)         | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-${currentVersion}-bin.zip} maven-${currentVersion}-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.zip.md5} maven-${currentVersion}-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-${currentVersion}-bin.zip.asc} maven-${currentVersion}-bin.zip.asc}} |
+| Maven ${currentVersion} (zip)         | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-${currentVersion}-bin.zip} apache-maven-${currentVersion}-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.zip.md5} apache-maven-${currentVersion}-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentVersion}-bin.zip.asc} apache-maven-${currentVersion}-bin.zip.asc}} |
 *-------------------------+---------+----------+-----------+
 | Maven Ant Tasks 2.0.7                 | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-ant-tasks-2.0.7.jar} maven-ant-tasks-2.0.7.jar}} | {{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.7.jar.md5} maven-ant-tasks-2.0.7.jar.md5}} | {{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.7.jar.asc} maven-ant-tasks-2.0.7.jar.asc}} |
 *-------------------------+---------+----------+-----------+

Modified: maven/site/trunk/src/site/apt/release-notes.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/release-notes.apt.vm?rev=598709&r1=598708&r2=598709&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/release-notes.apt.vm Tue Nov 27 09:29:22 2007
@@ -49,6 +49,93 @@
 
     * Maven Dashboard: {{http://docs.codehaus.org/display/MAVEN/Home}}
 
+* 2.0.8 Release Notes
+
+  Release Notes - Maven 2 - Version 2.0.8
+
+  The full list of changes can be found {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13139&styleName=Text&projectId=10500&Create=Create}here}}, and is reproduced below.
+
+** Changes that may affect existing builds
+  
+  
+  *{{{http://jira.codehaus.org/browse/MNG-3118} MNG-3118}} - Test-classes should come before classes in the classpath. This may slightly alter
+  behavior of tests. The test-classes is now included first in the classpath to allow test resources to override normal runtime ones.
+  
+** Bug
+
+    * [MNG-2025] - POM is still not read using the right encoding
+
+    * [MNG-2045] - Maven can't compile against sibling test-jar dependency in multiproject (Test Attached)
+
+    * [MNG-2061] - DistributionManagement properties don't get copied in cloned executionProject while lifecycle fork
+
+    * [MNG-2254] - the encoding parameter in xml declaration of POM is ignored 
+
+    * [MNG-2277] - aggregating plugins in submodules of the reactor return all projects causing a chicken/egg issue
+
+    * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in the value of a <localRepository> value in the $HOME/.m2/settings.xml
+
+    * [MNG-2685] - mvn.bat detection of 4NT syntax error
+
+    * [MNG-2932] - Encoding chaos
+
+    * [MNG-2961] - DefaultArtifact getBaseVersion is changed to "xxxx-SNAPSHOT" only if you first call isSnapshot()
+
+    * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves regarding buildNumber 0
+
+    * [MNG-3077] - NullPointerException, if MojoExecutionException has no message
+
+    * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the correct error code.
+
+    * [MNG-3095] - maven-plugin-testing-tools causes bad version in deployed artifacts after tests are run
+
+    * [MNG-3134] - DefaultModelInheritence::assembleDistributionInheritence should be childPathAdjustment aware
+
+    * [MNG-3141] - Build not working if pom.xml is a symbolic link
+
+    * [MNG-3215] - Missing rar artifact handler descriptor
+
+    * [MNG-3240] - maven-model RepositoryBase.equals() causes ClassCastException
+
+    * [MNG-3245] - Maven Reporting API is binary incompatible in 2.0.8-SNAPSHOT by r579987
+
+    * [MNG-3254] - artifactId is not appended any more in distributionManagement.site.url in multi modules when it's not defined in a child
+
+    * [MNG-3298] - invoker MavenCommandLineBuilder#checkRequiredState() should not throw Exception if envvar M2_HOME exists
+
+** Improvement
+
+    * [MNG-2188] - Report mojos should check canGenerateReport() when called directly
+
+    * [MNG-2290] - Generated URLs in POMs of child modules
+
+    * [MNG-3024] - Missing artifact error text improvement
+
+    * [MNG-3047] - DefaultArtifactVersion compareTo inconsistent with equals
+
+    * [MNG-3062] - Allow access to mojoExecution from within plugin.
+
+    * [MNG-3118] - Test-classes should come before classes in the classpath
+
+    * [MNG-3152] - Change to plugin testing harness to allow the setting of ArtifactRepository on the ArtifactStub
+
+    * [MNG-3201] - org.apache.maven.project.MavenProject needs a toString()
+
+** New Feature
+
+    * [MNG-2105] - Enable remote debugging command line option (+ docs)
+
+    * [MNG-2166] - Provide the help listing as default when no arguments are provided
+
+** Task
+
+    * [MNG-3088] - update the assembly name
+
+
+** Wish
+
+    * [MNG-3207] - Order of repositories for download should be inverted if Archiva is used.
+    
 * 2.0.7 Release Notes
 
   The full list of changes can be found {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=13138&pid=10500&sorter/field=issuekey&sorter/order=DESC}here}}, and is reproduced below.