diff --git a/dist/project.xml b/dist/project.xml
index 686fa438..f5757581 100644
--- a/dist/project.xml
+++ b/dist/project.xml
@@ -23,7 +23,7 @@
3
maven-dist-plugin
Maven Distribution Plugin
- 1.7.1-SNAPSHOT
+ 1.7.1
Create source and binary distributions
@@ -51,6 +51,11 @@
1.7
MAVEN_DIST_1_7
+
+ 1.7.1
+ 1.7.1
+ MAVEN_DIST_1_7_1
+
@@ -112,7 +117,7 @@
maven
1.0.2
-
+
maven
maven-model
diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml
index 9bbe43ca..9be53842 100644
--- a/dist/xdocs/changes.xml
+++ b/dist/xdocs/changes.xml
@@ -18,89 +18,94 @@
* limitations under the License.
*/
-->
-
-
- Changes
- Vincent Massol
-
-
-
- Apply lf filter before crlf in zip distributions.
- Upgrade maven-model to version 3.0.2.
- Fix combined javadoc classpath in dist:multiproject-bin.
+
+
+ Changes
+ Vincent Massol
+
+
+
+ Apply lf filter before crlf in zip distributions.
+ Upgrade maven-model to version 3.0.2.
+ Fix combined javadoc classpath in
+ dist:multiproject-bin.
+
New
- maven.dist.src.includes and maven.dist.bin.includes properties.
- Removed the maven.dist.src.include property.
-
- dist:multiproject-bin fails if one of the projects does not have any java sources.
- Source distribution archive has incorrect directory structure.
-
-
- New property maven.dist.include.dirs to include additional directories.
- Parent project is not included in source distribution.
- New property maven.dist.formats to allow creation of only zip or tar.gz archives.
- Allow distribution of artifact types other than jar. New property maven.dist.bin.artifact.type, deprecated property maven.dist.bin.artifact.
+ maven.dist.src.includes and
+ maven.dist.bin.includes properties. Removed the
+ maven.dist.src.include property.
+
+
+ dist:multiproject-bin fails if one of the projects does not have any java sources.
+
+ Source distribution archive has incorrect directory structure.
+
+
+ New property maven.dist.include.dirs to include additional directories.
+ Parent project is not included in source distribution.
+ New property maven.dist.formats to allow creation of only zip or tar.gz archives.
+ Allow distribution of artifact types other than jar. New property maven.dist.bin.artifact.type, deprecated property maven.dist.bin.artifact.
New property
maven.dist.bin.include.siteto optionally include the site docs in the binary distribution.
-
+
build-src goal does not use
pom.build.sourceDirectory.
-
- Fix compatibility with the version of ant plugin newer or equal to 1.10.
+
+ Fix compatibility with the version of ant plugin newer or equal to 1.10.
New
maven.dist.src.includeproperty.
-
-
- Allow to configure to which files should use CRLF/LF line endings in archives.
-
-
-
-
+
+
+ Allow to configure to which files should use CRLF/LF line endings in archives.
+
+
+
+
dist:prepare-src-filesystemdoesn't recognize
maven.ant.generatebuild.file.
-
- Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-logging v1.0.3 to v1.0.4, maven v1.0 to v1.0.2, maven-model v3.0.0 to v3.0.1
+
+ Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-logging v1.0.3 to v1.0.4, maven v1.0 to v1.0.2, maven-model v3.0.0 to v3.0.1
It requires at least maven-artifact-plugin v1.7.
Notethat this plugin is not compatible with Maven 1.0.2!
-
+
Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following
JIRA enhancement issue.
-
+
Removed unused properties:
maven.dist.tar.executableand
maven.dist.gunzip.executable.
-
- Make compatible with Maven 1.1
+
+ Make compatible with Maven 1.1
Added
maven.dist.bin.artifactproperty.
-
- Don't generate ant build file, call maven-ant-plugin before or set a preGoal
- Add NOTICE file to distribution
-
-
- Remove deploy warning
-
-
- Use artifact plugin for deployments
-
-
- Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution.
+
+ Don't generate ant build file, call maven-ant-plugin before or set a preGoal
+ Add NOTICE file to distribution
+
+
+ Remove deploy warning
+
+
+ Use artifact plugin for deployments
+
+
+ Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution.
Add properties
maven.dist.tar.executableand
maven.dist.gunzip.executablefor specifying the remote executables for these functions
-
-
-
- Prefix basedir on copied ant build file. Only create ant build file if the project has source. Only copy maven.src.dir if it exists.
- Moved properties out to plugin.properties
- add ${basedir} to ant build file being moved
-
-
- update to use maven.docs.*/maven.gen.docs
- update to commons-lang 1.0.1
-
-
- Released.
-
-
+
+
+
+ Prefix basedir on copied ant build file. Only create ant build file if the project has source. Only copy maven.src.dir if it exists.
+ Moved properties out to plugin.properties
+ add ${basedir} to ant build file being moved
+
+
+ update to use maven.docs.*/maven.gen.docs
+ update to commons-lang 1.0.1
+
+
+ Released.
+
+