Author: chirino Date: Wed Nov 15 08:06:31 2006 New Revision: 475285 URL: http://svn.apache.org/viewvc?view=rev&rev=475285 Log: Added source assemblys
Added: incubator/activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-src.xml - copied unchanged from r475281, incubator/activemq/trunk/assembly/src/main/descriptors/unix-src.xml incubator/activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-src.xml - copied unchanged from r475281, incubator/activemq/trunk/assembly/src/main/descriptors/windows-src.xml Removed: incubator/activemq/branches/activemq-4.1/assembly/src/main/descriptors/src-bin.xml Modified: incubator/activemq/branches/activemq-4.1/assembly/pom.xml Modified: incubator/activemq/branches/activemq-4.1/assembly/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/pom.xml?view=diff&rev=475285&r1=475284&r2=475285 ============================================================================== --- incubator/activemq/branches/activemq-4.1/assembly/pom.xml (original) +++ incubator/activemq/branches/activemq-4.1/assembly/pom.xml Wed Nov 15 08:06:31 2006 @@ -236,10 +236,10 @@ <configuration> <tasks> <jar destfile="target/run.jar" basedir="target/classes"> - <include name="org/apache/activemq/console/Main*.class"/> - <manifest> - <attribute name="Main-Class" value="org.apache.activemq.console.Main"/> - </manifest> + <include name="org/apache/activemq/console/Main*.class"/> + <manifest> + <attribute name="Main-Class" value="org.apache.activemq.console.Main"/> + </manifest> </jar> </tasks> </configuration> @@ -315,7 +315,31 @@ <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> - </executions> + <execution> + <id>unix-src</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/main/descriptors/unix-src.xml</descriptor> + </descriptors> + </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> + </configuration> + </execution> + </executions> </plugin> <!-- plugin> <groupId>org.apache.activemq</groupId> @@ -338,7 +362,7 @@ <artifactId>maven-assembly-plugin</artifactId> <version>2.1</version> <executions> - <execution> + <execution> <id>src</id> <phase>package</phase> <goals> @@ -352,7 +376,7 @@ </execution> </executions> </plugin> - </plugins> + </plugins> </build> </profile> </profiles>