Trivial fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@405476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
989d7e21a9
commit
48d2d7cf96
@ -52,7 +52,7 @@
|
||||
<i:ask question="Would you like to override your current script (y/n)?" answer="ok" default="y"/>
|
||||
<j:choose>
|
||||
<j:when test="${ok == 'y'}">
|
||||
<ant:echo>!! Your script will be replaced replaced !!</ant:echo>
|
||||
<ant:echo>!! Your script will be replaced !!</ant:echo>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<ant:echo>Script generation aborted.</ant:echo>
|
||||
@ -61,7 +61,7 @@
|
||||
</j:choose>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<ant:echo>The property "maven.ant.generate.force" is setted to [${maven.ant.generate.force}].</ant:echo>
|
||||
<ant:echo>The property "maven.ant.generate.force" is set to [${maven.ant.generate.force}].</ant:echo>
|
||||
<ant:echo>!! Your current script will be replaced !!</ant:echo>
|
||||
</j:otherwise>
|
||||
</j:choose>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<release version="1.10-SNAPSHOT" date="In SVN">
|
||||
<action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action>
|
||||
<action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action>
|
||||
<action dev="aheritier" type="del">The property maven.ant.generatebuild.file is removed.</action>
|
||||
<action dev="aheritier" type="remove">The property maven.ant.generatebuild.file is removed.</action>
|
||||
<action dev="aheritier" type="add" issue="MPANT-25">Add a new goal (ant:execute) to execute a build.xml file from maven.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1.</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user