Skip to content

Commit

Permalink
Adding id for assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Aug 24, 2011
1 parent 936ab9c commit b970443
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dist/src/main/assembly/assembly.xml
Expand Up @@ -19,6 +19,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">

<id>distribution</id>

<formats>
<format>zip</format>
</formats>
Expand Down Expand Up @@ -53,7 +55,7 @@
</excludes>
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>

<!-- Add necessary dependencies -->
<dependencySet>
<outputDirectory>lib</outputDirectory>
Expand All @@ -65,7 +67,7 @@
</excludes>
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>

<!-- Pull in the example projects -->
<dependencySet>
<outputDirectory>examples</outputDirectory>
Expand All @@ -75,7 +77,7 @@
<include>org.jboss.seam.catch:seam-catch-example-basic-servlet</include>
</includes>
</dependencySet>

<!-- Pull in JavaDoc -->
<dependencySet>
<outputDirectory>doc/api</outputDirectory>
Expand Down Expand Up @@ -104,7 +106,7 @@
</excludes>
</unpackOptions>
</dependencySet>

<!-- Add the source -->
<dependencySet>
<outputDirectory>source</outputDirectory>
Expand All @@ -119,6 +121,6 @@
<exclude>META-INF/</exclude>
</excludes>
</unpackOptions>
</dependencySet>
</dependencySet>
</dependencySets>
</assembly>

0 comments on commit b970443

Please sign in to comment.