Author: gk
Date: Fri Mar 14 13:50:48 2014
New Revision: 1577532
URL: http://svn.apache.org/r1577532
Log:
Removed apache-release profile with maven-assembly goals.
Modified:
turbine/fulcrum/trunk/json/pom.xml
Modified: turbine/fulcrum/trunk/json/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/pom.xml?rev=1577532&r1=1577531&r2=1577532&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/pom.xml (original)
+++ turbine/fulcrum/trunk/json/pom.xml Fri Mar 14 13:50:48 2014
@@ -94,39 +94,6 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <plugin>
- <!-- build the source and binary distribution packages
-->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>fulcrum-source-release-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
-
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
- <descriptorRefs>
- <descriptorRef>bin</descriptorRef>
- <descriptorRef>project</descriptorRef>
- <descriptorRef>src</descriptorRef>
- </descriptorRefs>
- <tarLongFileFormat>gnu</tarLongFileFormat>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
<properties>
<turbine.site.path>fulcrum/fulcrum-json</turbine.site.path>
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/json</turbine.scmPubCheckoutDirectory>