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}.
|