remove use of target, replace with maven.build.dir
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e5770ac7c
commit
576fd71ce8
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jboss-plugin</id>
|
||||
<name>Maven JBoss Plug-in</name>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<description>Plugin for JBoss.</description>
|
||||
<shortDescription>JBoss plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jboss/</url>
|
||||
|
||||
@ -23,13 +23,13 @@
|
||||
<project>
|
||||
|
||||
<preGoal name="jboss:configure">
|
||||
<copy todir="target/appconf">
|
||||
<copy todir="${maven.build.dir}/appconf">
|
||||
<fileset dir="conf/${env.name}/application"/>
|
||||
</copy>
|
||||
<copy todir="target/jboss/conf">
|
||||
<copy todir="${maven.build.dir}/jboss/conf">
|
||||
<fileset dir="conf/${env.name}/jboss/conf"/>
|
||||
</copy>
|
||||
<copy todir="target/jboss/deploy">
|
||||
<copy todir="${maven.build.dir}/jboss/deploy">
|
||||
<fileset dir="conf/${env.name}/jboss/deploy"/>
|
||||
</copy>
|
||||
</preGoal>
|
||||
|
||||
@ -15,9 +15,9 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.jboss.conf.name = my
|
||||
maven.jboss.appconf.dir = target/appconf
|
||||
maven.jboss.conf.dir = target/jboss/conf
|
||||
maven.jboss.deploy.dir = target/jboss/deploy
|
||||
maven.jboss.appconf.dir = ${maven.build.dir}/appconf
|
||||
maven.jboss.conf.dir = ${maven.build.dir}/jboss/conf
|
||||
maven.jboss.deploy.dir = ${maven.build.dir}/jboss/deploy
|
||||
|
||||
env.name = development
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user