You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2013/09/04 20:45:40 UTC

svn commit: r1520106 - /airavata/sandbox/api-mock/pom.xml

Author: samindaw
Date: Wed Sep  4 18:45:39 2013
New Revision: 1520106

URL: http://svn.apache.org/r1520106
Log:
adding a parent pom for ease

Added:
    airavata/sandbox/api-mock/pom.xml

Added: airavata/sandbox/api-mock/pom.xml
URL: http://svn.apache.org/viewvc/airavata/sandbox/api-mock/pom.xml?rev=1520106&view=auto
==============================================================================
--- airavata/sandbox/api-mock/pom.xml (added)
+++ airavata/sandbox/api-mock/pom.xml Wed Sep  4 18:45:39 2013
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file 
+    distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under 
+    the Apache License, Version 2.0 (theÏ "License"); you may not use this file except in compliance with the License. You may 
+    obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to 
+    in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
+    ANY ~ KIND, either express or implied. See the License for the specific language governing permissions and limitations under 
+    the License. -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.airavata</groupId>
+    <artifactId>api-mock-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+    <name>api-mock-parent</name>
+    <packaging>pom</packaging>
+    <url>http://airavata.apache.org/</url>
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>airavata-mock-core</module>
+                <module>airavata-mock-service</module>
+				<module>airavata-mock-service-utils</module>
+            </modules>
+        </profile>
+    </profiles>
+</project>