Author: ravi
Date: Fri Dec 30 03:19:07 2016
New Revision: 1776516
URL: http://svn.apache.org/viewvc?rev=1776516&view=rev
Log:
Adding source distribution and all formats to build
Modified:
synapse/branches/3.0/modules/distribution/pom.xml
synapse/branches/3.0/modules/distribution/src/main/assembly/bin.xml
Modified: synapse/branches/3.0/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/3.0/modules/distribution/pom.xml?rev=1776516&r1=1776515&r2=1776516&view=diff
==============================================================================
--- synapse/branches/3.0/modules/distribution/pom.xml (original)
+++ synapse/branches/3.0/modules/distribution/pom.xml Fri Dec 30 03:19:07 2016
@@ -188,7 +188,7 @@
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
-
<!--<descriptor>src/main/assembly/src.xml</descriptor>-->
+
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
<finalName>synapse-${synapse.version}</finalName>
</configuration>
Modified: synapse/branches/3.0/modules/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/3.0/modules/distribution/src/main/assembly/bin.xml?rev=1776516&r1=1776515&r2=1776516&view=diff
==============================================================================
--- synapse/branches/3.0/modules/distribution/src/main/assembly/bin.xml
(original)
+++ synapse/branches/3.0/modules/distribution/src/main/assembly/bin.xml Fri Dec
30 03:19:07 2016
@@ -21,7 +21,7 @@
<id>bin</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
- <!--<format>tar.gz</format>-->
+ <format>tar.gz</format>
<format>zip</format>
</formats>