You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2011/07/25 16:31:44 UTC

svn commit: r1150722 - /incubator/airavata/trunk/workflow-interpreter/pom.xml

Author: raminder
Date: Mon Jul 25 14:31:43 2011
New Revision: 1150722

URL: http://svn.apache.org/viewvc?rev=1150722&view=rev
Log:
added parent pom location variable

Modified:
    incubator/airavata/trunk/workflow-interpreter/pom.xml

Modified: incubator/airavata/trunk/workflow-interpreter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/workflow-interpreter/pom.xml?rev=1150722&r1=1150721&r2=1150722&view=diff
==============================================================================
--- incubator/airavata/trunk/workflow-interpreter/pom.xml (original)
+++ incubator/airavata/trunk/workflow-interpreter/pom.xml Mon Jul 25 14:31:43 2011
@@ -360,7 +360,7 @@
 					<generateTestcase>true</generateTestcase>
 					<outputDirectory>target/generated/wsdl2code</outputDirectory>
 					<packageName>org.apache.airavata.workflow.interpreter</packageName>
-					<wsdlFile>src/main/resources/WorkflowInterpretor.wsdl</wsdlFile>
+					<wsdlFile>${pom.basedir}/src/main/resources/WorkflowInterpretor.wsdl</wsdlFile>
 					<databindingName>xmlbeans</databindingName>
 				</configuration>
 				<executions>
@@ -376,8 +376,8 @@
 				<artifactId>axis2-aar-maven-plugin</artifactId>
 				<version>${axis2.version}</version>
 				<configuration>
-					<servicesXmlFile>src/main/resources/services.xml</servicesXmlFile>
-					<wsdlFile>src/main/resources/WorkflowInterpretor.wsdl</wsdlFile>
+					<servicesXmlFile>${pom.basedir}/src/main/resources/services.xml</servicesXmlFile>
+					<wsdlFile>${pom.basedir}/src/main/resources/WorkflowInterpretor.wsdl</wsdlFile>
 				</configuration>
 				<executions>
 					<execution>
@@ -401,4 +401,4 @@
 			</resource>
 		</resources>
 	</build>
-</project>
\ No newline at end of file
+</project>