You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/09/18 10:41:19 UTC

svn commit: r816580 - /incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml

Author: spoole
Date: Fri Sep 18 10:41:19 2009
New Revision: 816580

URL: http://svn.apache.org/viewvc?rev=816580&view=rev
Log:
made distro build module happen as part of normal build

Modified:
    incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml?rev=816580&r1=816579&r2=816580&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml Fri Sep 18 10:41:19 2009
@@ -68,6 +68,14 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+        	<execution>
+        		<phase>compile</phase>
+        		<goals>
+        			<goal>assembly</goal>
+        		</goals>
+        	</execution>
+        </executions>
        			<configuration>
        			   <descriptors>
        				     <descriptor>src/main/assembly/bindist.xml</descriptor>