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:59:16 UTC

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

Author: heshan
Date: Thu Mar 15 14:59:16 2012
New Revision: 1301024

URL: http://svn.apache.org/viewvc?rev=1301024&view=rev
Log:
AIRAVATA-348 build profile for registry-api.

Modified:
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1301024&r1=1301023&r2=1301024&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Thu Mar 15 14:59:16 2012
@@ -447,6 +447,35 @@
          </profile>
 
         <profile>
+            <id>profile-registry-api</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>registry-api</value>
+                </property>
+            </activation>
+            <modules>
+                <module>modules/commons/gfac-schema</module>
+                <module>modules/commons/utils</module>
+                <module>modules/commons/common-registry-api</module>
+                <module>modules/commons/registry-api</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>profile-samples</id>
             <activation>
                 <property>