mirror of https://github.com/apache/maven.git
fixes for it0013, it0015 and reinclude 15
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cc4b13a97
commit
a5d3dad778
|
@ -12,7 +12,7 @@ it0010
|
|||
it0011
|
||||
it0012
|
||||
it0013
|
||||
#it0015
|
||||
it0015
|
||||
it0016
|
||||
it0017
|
||||
it0018
|
||||
|
|
|
@ -1 +1 @@
|
|||
rm ${artifact:org.apache.maven:maven-it0013-plugin:1.0-SNAPSHOT:maven-plugin}
|
||||
rm ${artifact:org.apache.maven.plugins:maven-it0013-plugin:1.0-SNAPSHOT:maven-plugin}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<mojo xmlns="marmalade:mojo">
|
||||
<metadata>
|
||||
<id>it0015</id>
|
||||
<goal>it0015</goal>
|
||||
<description>Output a file with specified contents to [outDir]</description>
|
||||
<parameters>
|
||||
|
@ -15,4 +14,4 @@
|
|||
<execute>
|
||||
<it0015:writeFile xmlns:it0015="marmalade:it0015" path="${outDir}/out.txt">This is a test.</it0015:writeFile>
|
||||
</execute>
|
||||
</mojo>
|
||||
</mojo>
|
||||
|
|
Loading…
Reference in New Issue