- 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
This commit is contained in:
parent
ab8e82985f
commit
3048cd06ee
@ -208,8 +208,8 @@
|
||||
<!-- Generate the distributable -->
|
||||
<ant:zip destfile="${maven.build.dir}/${pom.artifactId}-${pom.currentVersion}.zip">
|
||||
<ant:zipfileset dir="${maven.jboss.build.dir}" prefix="${pom.artifactId}">
|
||||
<ant:exclude name="tmp/**"/>
|
||||
<ant:exclude name="log/**"/>
|
||||
<ant:exclude name="**/tmp/**"/>
|
||||
<ant:exclude name="**/log/**"/>
|
||||
</ant:zipfileset>
|
||||
</ant:zip>
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
<td>
|
||||
<p>
|
||||
Name of the specific JBoss server configuration we are creating.
|
||||
Default value is <code>custom</code>.
|
||||
Default value is <code>${pom.artifactId}</code>.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user