Update to new id format
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
description="Deploy the test webapp in Resin">
|
||||
|
||||
<copy todir="${maven.cactus.build.dir}/resin2x/test">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.id}"/>
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.artifactId}"/>
|
||||
</copy>
|
||||
|
||||
</goal>
|
||||
@@ -103,7 +103,7 @@
|
||||
description="Redeploy the test webapp in Resin">
|
||||
|
||||
<copy todir="${maven.cactus.build.dir}/resin2x/test">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.id}">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.artifactId}">
|
||||
<include name="WEB-INF/classes/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
description="Deploy the test webapp in WebLogic">
|
||||
|
||||
<copy todir="${maven.cactus.build.dir}/weblogic7x/testdomain/applications/test">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.id}"/>
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.artifactId}"/>
|
||||
<!-- Update the war to include the proprietary weblogic.xml config
|
||||
file. -->
|
||||
<fileset dir="${maven.cactus.conf.containers.dir}/weblogic7x">
|
||||
@@ -107,7 +107,7 @@
|
||||
description="Redeploy the test webapp in WebLogic">
|
||||
|
||||
<copy todir="${maven.cactus.build.dir}/tomcat4x/webapps/test">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.id}">
|
||||
<fileset dir="${maven.cactus.build.dir}/${pom.artifactId}">
|
||||
<include name="WEB-INF/classes/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pom.id</td>
|
||||
<td>pom.artifactId</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
Use to generate the <code>module</code>, <code>project</code>
|
||||
|
||||
@@ -26,7 +26,7 @@ maven.jnlp.j2se.heapsize.max=128m
|
||||
|
||||
##maven.jnlp.signjar.store
|
||||
##maven.jnlp.signjar.storepass
|
||||
maven.jnlp.signjar.alias=${pom.id}
|
||||
maven.jnlp.signjar.alias=${pom.artifactId}
|
||||
|
||||
maven.jnlp.signjar.validity=720
|
||||
##maven.jnlp.signjar.dname.cn //Common name
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
The alias for the keystore.
|
||||
</td>
|
||||
<td>
|
||||
${pom.id}
|
||||
${pom.artifactId}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user