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

svn commit: r1240237 - /incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Author: lahiru
Date: Fri Feb  3 16:34:25 2012
New Revision: 1240237

URL: http://svn.apache.org/viewvc?rev=1240237&view=rev
Log:
adding LICENSE/NOTICE in to jar.

Modified:
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml?rev=1240237&r1=1240236&r2=1240237&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml Fri Feb  3 16:34:25 2012
@@ -17,10 +17,9 @@
 	</prerequisites>
 
 	<parent>
-        <groupId>org.apache.rave</groupId>
-        <artifactId>airavata-master</artifactId>
-        <version>0.2-incubating</version>
-        <relativePath>../airavata-master-pom/pom.xml</relativePath>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
     </parent>
 
 	<groupId>org.apache.airavata</groupId>
@@ -393,6 +392,29 @@
 
 	<build>
 		<plugins>
+<plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.5</version>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <!-- here the phase you need -->
+            <phase>validate</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${basedir}/target/classes/META-INF</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${basedir}/src/main/assembly/dist</directory>
+                  <filtering>true</filtering>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-remote-resources-plugin</artifactId>