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/12/04 19:56:57 UTC

svn commit: r1417116 - /airavata/trunk/modules/rest/service/pom.xml

Author: lahiru
Date: Tue Dec  4 18:56:56 2012
New Revision: 1417116

URL: http://svn.apache.org/viewvc?rev=1417116&view=rev
Log:
making rest service a jar so that it can be used in the pack.

Modified:
    airavata/trunk/modules/rest/service/pom.xml

Modified: airavata/trunk/modules/rest/service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/rest/service/pom.xml?rev=1417116&r1=1417115&r2=1417116&view=diff
==============================================================================
--- airavata/trunk/modules/rest/service/pom.xml (original)
+++ airavata/trunk/modules/rest/service/pom.xml Tue Dec  4 18:56:56 2012
@@ -23,56 +23,9 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>airavata-rest-services</artifactId>
-	<packaging>war</packaging>
+	<packaging>jar</packaging>
 	<name>airavata-rest-services</name>
-	<build>
-		<finalName>airavata-rest-services</finalName>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.cargo</groupId>
-				<artifactId>cargo-maven2-plugin</artifactId>
-				<version>${cargo.version}</version>
-				<configuration>
-					<wait>true</wait>
-					<configuration>
-						<properties>
-							<cargo.servlet.port>9080</cargo.servlet.port>
-							<cargo.tomcat.ajp.port>9009</cargo.tomcat.ajp.port>
-							<cargo.rmi.port>9099</cargo.rmi.port>
-							<cargo.jvmargs>
-                                <![CDATA[-Xdebug -Xrunjdwp:transport=dt_socket,address=${cargo.debug.address},server=y,suspend=${cargo.debug.suspend} -noverify ${javaagent}]]>
-							</cargo.jvmargs>
-							<cargo.tomcat.context.reloadable>true</cargo.tomcat.context.reloadable>
-						</properties>
-						<home>${project.build.directory}/tomcat6x</home>
-						<deployables>
-							<deployable>
-								<groupId>org.apache.airavata</groupId>
-								<artifactId>airavata-rest-services</artifactId>
-								<type>war</type>
-								<properties>
-									<context>/airavata-services</context>
-								</properties>
-							</deployable>
-						</deployables>
-					</configuration>
-					<container>
-						<containerId>tomcat6x</containerId>
-						<timeout>180000</timeout>
-						<zipUrlInstaller>
-							<url>
-								http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz
-							</url>
-						</zipUrlInstaller>
-						<systemProperties>
 
-						</systemProperties>
-					</container>
-				</configuration>
-			</plugin>
-		</plugins>
-
-	</build>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.derby</groupId>