From 3048cd06eeb96083808f18f43e2097c761edd1c2 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 21 Jun 2003 14:02:28 +0000 Subject: [PATCH] - Fix exclude of tmp files in generated zip - Default jboss server configation is now named ${pom.artifactId} git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113530 13f79535-47bb-0310-9956-ffa450edef68 --- jboss/plugin.jelly | 4 ++-- jboss/plugin.properties | 2 +- jboss/xdocs/properties.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jboss/plugin.jelly b/jboss/plugin.jelly index b7779fe3..78d9593d 100644 --- a/jboss/plugin.jelly +++ b/jboss/plugin.jelly @@ -208,8 +208,8 @@ - - + + diff --git a/jboss/plugin.properties b/jboss/plugin.properties index 0939a4ca..37461ccc 100644 --- a/jboss/plugin.properties +++ b/jboss/plugin.properties @@ -25,7 +25,7 @@ maven.jboss.script.dir = ${pom.getPluginContext('maven-jboss-plugin').getVariable('plugin.dir')}/plugin-resources # Name of the specific JBoss server configuration we are creating -maven.jboss.conf.name = custom +maven.jboss.conf.name = ${pom.artifactId} # Location where the specific JBoss server configuration is created maven.jboss.build.dir = ${maven.build.dir}/${pom.artifactId} diff --git a/jboss/xdocs/properties.xml b/jboss/xdocs/properties.xml index 88ddbac7..d2528d19 100644 --- a/jboss/xdocs/properties.xml +++ b/jboss/xdocs/properties.xml @@ -61,7 +61,7 @@

Name of the specific JBoss server configuration we are creating. - Default value is custom. + Default value is ${pom.artifactId}.