Updates to be compatible with maven-multichanges-plugin >= 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-27 22:36:18 +00:00
parent 3627e1de4e
commit 5fee00c431
3 changed files with 6 additions and 5 deletions

View File

@ -51,7 +51,7 @@
<postGoal name="site">
<ant:move file="${maven.docs.dest}/projects-overview.html" tofile="${maven.docs.dest}/index.html"/>
</postGoal>
<postGoal name="multichanges:report">
<postGoal name="multichanges:generates-releases-file">
<doc:jsl input="${maven.multichanges.data}" output="downloadPlugins.xml" stylesheet="${basedir}/src/site/jelly/downloadPlugins.jsl" outputMode="xml" prettyPrint="false"/>
</postGoal>
</project>

View File

@ -29,14 +29,14 @@
<p>You can automatically install the last versions of the plugins with the commands below :</p>
<x:set var="projects" sort="@artifactId" descending="false" select="project"/>
<source>
<j:forEach var="project" items="${projects}">maven plugin:download -DgroupId=maven -DartifactId=<x:expr select="$project/@artifactId"/> -Dversion=<x:expr select="$project/@version"/>
<j:forEach var="project" items="${projects}">maven plugin:download -DgroupId=maven -DartifactId=<x:expr select="$project/@artifactId"/> -Dversion=<x:expr select="$project/last/release/@version"/>
</j:forEach>
</source>
</section>
<section name="Download snapshots">
<p>The command to download a snapshot is :</p>
<source>maven plugin:download -DgroupId=maven -DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> -Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repository/</source>
<p>We can't give you the list of the snapshots deployed by our developers, but you can find them here : <a href="http://people.apache.org/repository/maven/plugins/" target="_blank">http://people.apache.org/repository/maven/plugins/</a>
<source>maven plugin:download -DgroupId=maven -DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> -Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/</source>
<p>We can't give you the list of the snapshots deployed by our developers, but you can find them here : <a href="http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/" target="_blank">http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/</a>
</p>
</section>
</body>

View File

@ -29,7 +29,8 @@
</links>
<menu name="Overview">
<item name="Plugins list" href="/index.html"/>
<item name="Last releases" href="/multichanges-report.html"/>
<item name="Latest releases" href="/multichanges-report.html"/>
<item name="Next releases" href="/multichanges-report-next.html"/>
<item name="Download them" href="/downloadPlugins.html"/>
<item name="FAQ" href="/faq.html"/>
<item name="Dependencies" href="/dependency-convergence-report.html"/>