You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/03/15 15:47:53 UTC

svn commit: r1301011 - /incubator/airavata/trunk/pom.xml

Author: heshan
Date: Thu Mar 15 14:47:52 2012
New Revision: 1301011

URL: http://svn.apache.org/viewvc?rev=1301011&view=rev
Log:
AIRAVATA-348 Build profile for airavata client.

Modified:
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1301011&r1=1301010&r2=1301011&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Thu Mar 15 14:47:52 2012
@@ -415,6 +415,37 @@
                 <module>modules/xbaya-gui</module>
             </modules>
         </profile>
+
+         <profile>
+            <id>profile-airavata-client</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <version>2.3.2</version>
+                        <configuration>
+                            <source>1.6</source>
+                            <target>1.6</target>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+            <activation>
+                <property>
+                    <name>module</name>
+                    <value>airavata-client</value>
+                </property>
+            </activation>
+            <modules>
+                <module>modules/commons</module>
+		        <module>modules/ws-messenger</module>
+		        <module>modules/registry-migrator</module>
+                <module>modules/xbaya-gui</module>
+                <module>modules/airavata-client</module>
+            </modules>
+         </profile>
+
         <profile>
             <id>profile-samples</id>
             <activation>