Author: reto
Date: Mon Apr 1 18:05:27 2013
New Revision: 1463231
URL: http://svn.apache.org/r1463231
Log:
CLEREZZA-763: assembly descriptor moved to parent
Modified:
clerezza/trunk/parent/pom.xml
clerezza/trunk/pom.xml
Modified: clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1463231&r1=1463230&r2=1463231&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Mon Apr 1 18:05:27 2013
@@ -627,11 +627,30 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>2.5.1</version>
</plugin>
-<!-- <plugin>
+ <plugin>
<groupId>org.apache.clerezza</groupId>
<artifactId>maven-pladoc-plugin.core</artifactId>
- <version>0.1</version>
- </plugin> -->
+ <version>0.3-incubating</version>
+ </plugin>
</plugins>
</reporting>
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.clerezza</groupId>
+
<artifactId>clerezza-jar-resource-bundle</artifactId>
+ <version>1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: clerezza/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1463231&r1=1463230&r2=1463231&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/pom.xml Mon Apr 1 18:05:27 2013
@@ -31,9 +31,6 @@
<url>http://incubator.apache.org/clerezza/mvn-site/</url>
<version>0.3-SNAPSHOT</version>
<description>A recator to build all of clerezza</description>
- <properties>
-
<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
- </properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
@@ -44,24 +41,6 @@
<profiles>
<profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <dependencies>
- <dependency> <!-- here I stuck in the dependency on
the above
- saved asm descriptor -->
- <groupId>org.apache.clerezza</groupId>
-
<artifactId>clerezza-jar-resource-bundle</artifactId>
- <version>1-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>release</id>
<activation>
<activeByDefault>true</activeByDefault>