Author: jbonofre
Date: Thu Sep 20 14:03:54 2012
New Revision: 1388034
URL: http://svn.apache.org/viewvc?rev=1388034&view=rev
Log:
[KARAF-1828] Build src distributions in a dedicated profile
Modified:
karaf/branches/karaf-2.3.x/assemblies/apache-karaf/pom.xml
karaf/branches/karaf-2.3.x/pom.xml
Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/pom.xml?rev=1388034&r1=1388033&r2=1388034&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/pom.xml Thu Sep 20
14:03:54 2012
@@ -591,31 +591,6 @@
<assemblyId />
</configuration>
</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>
- <tarLongFileMode>gnu</tarLongFileMode>
- </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>
@@ -638,7 +613,7 @@
<feature>config</feature>
<feature>ssh</feature>
<feature>management</feature>
- <feature>wrapper</feature>
+ <feature>wrapper</feature>
</features>
<includeMvnBasedDescriptors>true</includeMvnBasedDescriptors>
<repository>target/features-repo</repository>
@@ -705,7 +680,7 @@
</profile>
<profile>
- <id>assembly-src</id>
+ <id>src</id>
<build>
<plugins>
<plugin>
Modified: karaf/branches/karaf-2.3.x/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/pom.xml?rev=1388034&r1=1388033&r2=1388034&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/pom.xml Thu Sep 20 14:03:54 2012
@@ -1202,7 +1202,7 @@
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
- <arguments>-Prelease,deploy,manual</arguments>
+ <arguments>-Prelease,deploy,src,manual</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>