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:
brett 2004-04-04 03:55:48 +00:00
parent f208cfabe0
commit bd0a7f95d7
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>