Author: olamy
Date: Wed Apr 23 00:05:05 2014
New Revision: 1589321
URL: http://svn.apache.org/r1589321
Log:
[MRM-1832] do not inherit the default descriptor as it is not possible to
include CVS files
Modified:
archiva/parent/pom.xml
Modified: archiva/parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1589321&r1=1589320&r2=1589321&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Wed Apr 23 00:05:05 2014
@@ -784,19 +784,28 @@
<profile>
<id>release</id>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.apache.resources</groupId>
+
<artifactId>apache-source-release-assembly-descriptor</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.apache.resources</groupId>
-
<artifactId>apache-source-release-assembly-descriptor</artifactId>
- <version>1.0.4</version>
- </dependency>
- </dependencies>
<executions>
<execution>
+ <inherited>false</inherited>
<id>source-release-assembly</id>
<phase>package</phase>
<goals>