diff --git a/cactus/src/plugin-resources/scripts/resin.2x.jelly b/cactus/src/plugin-resources/scripts/resin.2x.jelly index e1875d93..14cffadd 100644 --- a/cactus/src/plugin-resources/scripts/resin.2x.jelly +++ b/cactus/src/plugin-resources/scripts/resin.2x.jelly @@ -88,7 +88,7 @@ description="Deploy the test webapp in Resin"> - + @@ -103,7 +103,7 @@ description="Redeploy the test webapp in Resin"> - + diff --git a/cactus/src/plugin-resources/scripts/weblogic.7x.jelly b/cactus/src/plugin-resources/scripts/weblogic.7x.jelly index 994c55e1..3a33e5e6 100644 --- a/cactus/src/plugin-resources/scripts/weblogic.7x.jelly +++ b/cactus/src/plugin-resources/scripts/weblogic.7x.jelly @@ -88,7 +88,7 @@ description="Deploy the test webapp in WebLogic"> - + @@ -107,7 +107,7 @@ description="Redeploy the test webapp in WebLogic"> - + diff --git a/gump/xdocs/properties.xml b/gump/xdocs/properties.xml index d1fb8a11..451373e8 100644 --- a/gump/xdocs/properties.xml +++ b/gump/xdocs/properties.xml @@ -32,7 +32,7 @@ - pom.id + pom.artifactId Yes Use to generate the module, project diff --git a/jnlp/plugin.properties b/jnlp/plugin.properties index 7b82a258..e8434231 100644 --- a/jnlp/plugin.properties +++ b/jnlp/plugin.properties @@ -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 diff --git a/jnlp/xdocs/properties.xml b/jnlp/xdocs/properties.xml index 276b7d81..67934060 100644 --- a/jnlp/xdocs/properties.xml +++ b/jnlp/xdocs/properties.xml @@ -257,7 +257,7 @@ The alias for the keystore. - ${pom.id} + ${pom.artifactId}