Author: olamy
Date: Wed Apr 23 00:07:33 2014
New Revision: 1589322
URL: http://svn.apache.org/r1589322
Log:
add this as not anymore inherited from parent
Modified:
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
Modified:
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1589322&r1=1589321&r2=1589322&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
(original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
Wed Apr 23 00:07:33 2014
@@ -303,6 +303,33 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-release-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+ <descriptorRefs>
+
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
+ </descriptorRefs>
+ <tarLongFileFormat>gnu</tarLongFileFormat>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>