mirror of https://github.com/apache/activemq.git
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:
parent
00c9e01ba4
commit
ac4caaf3f6
|
@ -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>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<assembly>
|
||||
<id>unix-bin</id>
|
||||
<id>bin</id>
|
||||
<formats>
|
||||
<format>tar.gz</format>
|
||||
</formats>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<assembly>
|
||||
<id>windows-bin</id>
|
||||
<id>bin</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
|
Loading…
Reference in New Issue