You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2012/01/02 09:50:06 UTC

svn commit: r1226369 - /synapse/trunk/java/pom.xml

Author: hiranya
Date: Mon Jan  2 08:50:06 2012
New Revision: 1226369

URL: http://svn.apache.org/viewvc?rev=1226369&view=rev
Log:
Removing source distribution build at root level

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1226369&r1=1226368&r2=1226369&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Jan  2 08:50:06 2012
@@ -159,6 +159,31 @@
                 </repository>
             </repositories>
         </profile>
+        <profile>
+            <id>apache-release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <!-- Override the execution defined in org.apache:apache
+                                so that the source-release assembly is not built.
+                                We define our own source distribution in modules/distribution. -->
+                                <id>source-release-assembly</id>
+                                <configuration>
+                                    <phase>package</phase>
+                                    <goals>
+                                        <goal>single</goal>
+                                    </goals>
+                                    <skipAssembly>true</skipAssembly>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 
     <pluginRepositories>
@@ -956,13 +981,6 @@
         </plugins>
     </reporting>
 
-    <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <url>scpexe://people.apache.org/www/synapse.apache.org/</url>
-        </site>
-    </distributionManagement>
-
     <repositories>
         <repository>
             <id>apache-snapshots</id>