remove use of target, replace with maven.build.dir
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a0765f243
commit
f208cfabe0
@ -19,7 +19,7 @@
|
||||
|
||||
<goal name="plugin">
|
||||
<!-- set up the directory the jar will be assembled to -->
|
||||
<property name="assemblyDir" value="target/assemblyDir"/>
|
||||
<property name="assemblyDir" value="${maven.build.dir}/assemblyDir"/>
|
||||
|
||||
<mkdir dir="${assemblyDir}"/>
|
||||
|
||||
@ -66,4 +66,4 @@
|
||||
</goal>
|
||||
|
||||
</project>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user