the tag I added works only with maven 1.1 because of the jelly:util bundle in 1.0 which doesn't allow to replace a string by another in a string.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c994b2b5a
commit
8e23322376
@ -24,7 +24,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="In SVN">
|
||||
<action dev="aheritier" type="add">new plugin:available tag to check if a minimal release of a plugin is present.</action>
|
||||
<action dev="aheritier" type="add">new plugin:available tag to check if a minimal release of a plugin is present. (for maven 1.1 only)</action>
|
||||
</release>
|
||||
<release version="1.6" date="2005-06-03">
|
||||
<action dev="vmassol" type="add">Added new
|
||||
|
||||
@ -71,8 +71,9 @@
|
||||
</p>
|
||||
<p>There are no attributes for this tag</p>
|
||||
</subsection>
|
||||
<subsection name='assertFileExists Tag'>
|
||||
<subsection name='available Tag'>
|
||||
<p>Fails the build if the given plugin does not exist or hasn't the minimal release number. Otherwise no effect.</p>
|
||||
<p><b>Works only with maven 1.1.</b></p>
|
||||
<table>
|
||||
<tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user