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:
evenisse
2003-02-06 17:04:28 +00:00
parent adb183e85c
commit 0cf7643d7c
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -257,7 +257,7 @@
The alias for the keystore.
</td>
<td>
${pom.id}
${pom.artifactId}
</td>
</tr>
<tr>