You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2012/02/29 02:29:34 UTC

svn commit: r1294931 - /oodt/trunk/cli/pom.xml

Author: bfoster
Date: Wed Feb 29 01:29:33 2012
New Revision: 1294931

URL: http://svn.apache.org/viewvc?rev=1294931&view=rev
Log:
- The beginnings of a Help Guide for using CAS-CLI... at some point probably should work its way into a wiki somewhere... figured for now this is the easiest place to put it until it is finished.

Modified:
    oodt/trunk/cli/pom.xml

Modified: oodt/trunk/cli/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/cli/pom.xml?rev=1294931&r1=1294930&r2=1294931&view=diff
==============================================================================
--- oodt/trunk/cli/pom.xml (original)
+++ oodt/trunk/cli/pom.xml Wed Feb 29 01:29:33 2012
@@ -58,6 +58,28 @@
 			</build>
 		</profile>
 	</profiles>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>2.2-beta-2</version>
+				<configuration>
+					<descriptors>
+						<descriptor>src/main/assembly/assembly.xml</descriptor>
+					</descriptors>
+				</configuration>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>single</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 	<dependencies>
 		<dependency>
 			<groupId>commons-lang</groupId>