Merged in djencks release changes from 4.1 branch

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-11 17:04:13 +00:00
parent 00c9e01ba4
commit ac4caaf3f6
3 changed files with 10 additions and 10 deletions

View File

@ -355,35 +355,35 @@
<id>unix-bin</id>
<phase>package</phase>
<goals>
<goal>single</goal>
<goal>attached</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/descriptors/unix-bin.xml</descriptor>
</descriptors>
<finalName>${pom.artifactId}-${pom.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<!--<finalName>${pom.artifactId}-${pom.version}</finalName>-->
<!--<appendAssemblyId>false</appendAssemblyId>-->
</configuration>
</execution>
<execution>
<id>windows-bin</id>
<phase>package</phase>
<goals>
<goal>single</goal>
<goal>attached</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/descriptors/windows-bin.xml</descriptor>
</descriptors>
<finalName>${pom.artifactId}-${pom.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<!--<finalName>${pom.artifactId}-${pom.version}</finalName>-->
<!--<appendAssemblyId>false</appendAssemblyId>-->
</configuration>
</execution>
<execution>
<id>unix-src</id>
<phase>package</phase>
<goals>
<goal>single</goal>
<goal>attached</goal>
</goals>
<configuration>
<descriptors>
@ -395,7 +395,7 @@
<id>windows-src</id>
<phase>package</phase>
<goals>
<goal>single</goal>
<goal>attached</goal>
</goals>
<configuration>
<descriptors>

View File

@ -16,7 +16,7 @@
limitations under the License.
-->
<assembly>
<id>unix-bin</id>
<id>bin</id>
<formats>
<format>tar.gz</format>
</formats>

View File

@ -16,7 +16,7 @@
limitations under the License.
-->
<assembly>
<id>windows-bin</id>
<id>bin</id>
<formats>
<format>zip</format>
</formats>