mirror of https://github.com/apache/activemq.git
Added a source distro assembly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36265ea802
commit
cdf6bee977
|
@ -315,6 +315,39 @@
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>unix-src</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>single</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<descriptors>
|
||||||
|
<descriptor>src/main/descriptors/unix-src.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
|
<!--
|
||||||
|
<finalName>${pom.artifactId}-${pom.version}-src</finalName>
|
||||||
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
||||||
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
|
-->
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>windows-src</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>single</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<descriptors>
|
||||||
|
<descriptor>src/main/descriptors/windows-src.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
|
<!--
|
||||||
|
<finalName>${pom.artifactId}-${pom.version}-src</finalName>
|
||||||
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
|
-->
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- plugin>
|
<!-- plugin>
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
<id>unix-bin</id>
|
<id>unix-bin</id>
|
||||||
<formats>
|
<formats>
|
||||||
<format>tar.gz</format>
|
<format>tar.gz</format>
|
||||||
<format>tar.bz2</format>
|
|
||||||
</formats>
|
</formats>
|
||||||
<fileSets>
|
<fileSets>
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,26 @@
|
||||||
<id>src</id>
|
<id>src</id>
|
||||||
<formats>
|
<formats>
|
||||||
<format>tar.gz</format>
|
<format>tar.gz</format>
|
||||||
<format>zip</format>
|
|
||||||
</formats>
|
</formats>
|
||||||
<fileSets>
|
<fileSets>
|
||||||
|
<!-- Binary Files -->
|
||||||
|
<fileSet>
|
||||||
|
<directory>..</directory>
|
||||||
|
<outputDirectory>src</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>**/*.jpeg</include>
|
||||||
|
<include>**/*.jpg</include>
|
||||||
|
<include>**/*.gif</include>
|
||||||
|
<include>**/*.exe</include>
|
||||||
|
<include>**/*.dll</include>
|
||||||
|
<include>**/*.jar</include>
|
||||||
|
<include>**/*.so</include>
|
||||||
|
<include>**/*.ks</include>
|
||||||
|
<include>**/*.ts</include>
|
||||||
|
</includes>
|
||||||
|
</fileSet>
|
||||||
|
|
||||||
|
<!-- Text Files -->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>..</directory>
|
<directory>..</directory>
|
||||||
<outputDirectory>src</outputDirectory>
|
<outputDirectory>src</outputDirectory>
|
||||||
|
@ -29,6 +46,16 @@
|
||||||
<include>**/*</include>
|
<include>**/*</include>
|
||||||
</includes>
|
</includes>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<exclude>**/*.jpeg</exclude>
|
||||||
|
<exclude>**/*.jpg</exclude>
|
||||||
|
<exclude>**/*.gif</exclude>
|
||||||
|
<exclude>**/*.exe</exclude>
|
||||||
|
<exclude>**/*.dll</exclude>
|
||||||
|
<exclude>**/*.jar</exclude>
|
||||||
|
<exclude>**/*.so</exclude>
|
||||||
|
<exclude>**/*.ks</exclude>
|
||||||
|
<exclude>**/*.ts</exclude>
|
||||||
|
<exclude>**/svn-commit*</exclude>
|
||||||
<exclude>**/target</exclude>
|
<exclude>**/target</exclude>
|
||||||
<exclude>**/target/**/*</exclude>
|
<exclude>**/target/**/*</exclude>
|
||||||
<exclude>**/build</exclude>
|
<exclude>**/build</exclude>
|
||||||
|
@ -36,11 +63,11 @@
|
||||||
<exclude>**/data</exclude>
|
<exclude>**/data</exclude>
|
||||||
<exclude>**/data/**/*</exclude>
|
<exclude>**/data/**/*</exclude>
|
||||||
<exclude>**/activemq-data</exclude>
|
<exclude>**/activemq-data</exclude>
|
||||||
<exclude>**/activemq-data/**/*</exclude>
|
<exclude>**/activemq-data/**</exclude>
|
||||||
<exclude>**/.settings</exclude>
|
<exclude>**/.settings</exclude>
|
||||||
<exclude>**/.settings/**/*</exclude>
|
<exclude>**/.settings/**</exclude>
|
||||||
<exclude>**/eclipse-classes</exclude>
|
<exclude>**/eclipse-classes</exclude>
|
||||||
<exclude>**/eclipse-classes/**/*</exclude>
|
<exclude>**/eclipse-classes/**</exclude>
|
||||||
<exclude>**/.classpath</exclude>
|
<exclude>**/.classpath</exclude>
|
||||||
<exclude>**/.project</exclude>
|
<exclude>**/.project</exclude>
|
||||||
<exclude>**/.wtpmodules</exclude>
|
<exclude>**/.wtpmodules</exclude>
|
||||||
|
@ -50,6 +77,7 @@
|
||||||
<exclude>**/*.ipr</exclude>
|
<exclude>**/*.ipr</exclude>
|
||||||
<exclude>**/*.iws</exclude>
|
<exclude>**/*.iws</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
|
<lineEnding>unix</lineEnding>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
</assembly>
|
</assembly>
|
|
@ -0,0 +1,83 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<assembly>
|
||||||
|
<id>src</id>
|
||||||
|
<formats>
|
||||||
|
<format>zip</format>
|
||||||
|
</formats>
|
||||||
|
<fileSets>
|
||||||
|
<!-- Binary Files -->
|
||||||
|
<fileSet>
|
||||||
|
<directory>..</directory>
|
||||||
|
<outputDirectory>src</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>**/*.jpeg</include>
|
||||||
|
<include>**/*.jpg</include>
|
||||||
|
<include>**/*.gif</include>
|
||||||
|
<include>**/*.exe</include>
|
||||||
|
<include>**/*.dll</include>
|
||||||
|
<include>**/*.jar</include>
|
||||||
|
<include>**/*.so</include>
|
||||||
|
<include>**/*.ks</include>
|
||||||
|
<include>**/*.ts</include>
|
||||||
|
</includes>
|
||||||
|
</fileSet>
|
||||||
|
|
||||||
|
<!-- Text Files -->
|
||||||
|
<fileSet>
|
||||||
|
<directory>..</directory>
|
||||||
|
<outputDirectory>src</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>**/*</include>
|
||||||
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*.jpeg</exclude>
|
||||||
|
<exclude>**/*.jpg</exclude>
|
||||||
|
<exclude>**/*.gif</exclude>
|
||||||
|
<exclude>**/*.exe</exclude>
|
||||||
|
<exclude>**/*.dll</exclude>
|
||||||
|
<exclude>**/*.jar</exclude>
|
||||||
|
<exclude>**/*.so</exclude>
|
||||||
|
<exclude>**/*.ks</exclude>
|
||||||
|
<exclude>**/*.ts</exclude>
|
||||||
|
<exclude>**/svn-commit*</exclude>
|
||||||
|
<exclude>**/target</exclude>
|
||||||
|
<exclude>**/target/**</exclude>
|
||||||
|
<exclude>**/build</exclude>
|
||||||
|
<exclude>**/build/**</exclude>
|
||||||
|
<exclude>**/data</exclude>
|
||||||
|
<exclude>**/data/**</exclude>
|
||||||
|
<exclude>**/activemq-data</exclude>
|
||||||
|
<exclude>**/activemq-data/**</exclude>
|
||||||
|
<exclude>**/.settings</exclude>
|
||||||
|
<exclude>**/.settings/**</exclude>
|
||||||
|
<exclude>**/eclipse-classes</exclude>
|
||||||
|
<exclude>**/eclipse-classes/**</exclude>
|
||||||
|
<exclude>**/.classpath</exclude>
|
||||||
|
<exclude>**/.project</exclude>
|
||||||
|
<exclude>**/.wtpmodules</exclude>
|
||||||
|
<exclude>**/surefire*</exclude>
|
||||||
|
<exclude>**/cobertura.ser</exclude>
|
||||||
|
<exclude>**/*.iml</exclude>
|
||||||
|
<exclude>**/*.ipr</exclude>
|
||||||
|
<exclude>**/*.iws</exclude>
|
||||||
|
</excludes>
|
||||||
|
<lineEnding>dos</lineEnding>
|
||||||
|
</fileSet>
|
||||||
|
</fileSets>
|
||||||
|
</assembly>
|
Loading…
Reference in New Issue