remove use of target, replace with properties
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f208cfabe0
commit
bd0a7f95d7
@ -18,8 +18,8 @@
|
||||
<project default="plugin:install">
|
||||
|
||||
<postGoal name="xdoc:copy-resources">
|
||||
<copy todir="${basedir}/target/docs">
|
||||
<fileset dir="${basedir}/xdocs">
|
||||
<copy todir="${maven.docs.dest}">
|
||||
<fileset dir="${maven.docs.src}">
|
||||
<include name="**/*.fml"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-faq-plugin</id>
|
||||
<name>Maven FAQ Plug-in</name>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<!-- Gump integration -->
|
||||
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user