You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by go...@apache.org on 2017/04/12 17:10:00 UTC

airavata git commit: Add task-job-submission worker

Repository: airavata
Updated Branches:
  refs/heads/feature-workload-mgmt 9d68f0b9f -> 8fd07e932


Add task-job-submission worker


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8fd07e93
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8fd07e93
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8fd07e93

Branch: refs/heads/feature-workload-mgmt
Commit: 8fd07e932759f8e13e188ca54ae1671bd35f1ffc
Parents: 9d68f0b
Author: Gourav Shenoy <go...@apache.org>
Authored: Wed Apr 12 13:09:56 2017 -0400
Committer: Gourav Shenoy <go...@apache.org>
Committed: Wed Apr 12 13:09:56 2017 -0400

----------------------------------------------------------------------
 modules/worker/pom.xml                     |  3 +++
 modules/worker/task-job-submission/pom.xml | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/8fd07e93/modules/worker/pom.xml
----------------------------------------------------------------------
diff --git a/modules/worker/pom.xml b/modules/worker/pom.xml
index 0a518d4..3579963 100644
--- a/modules/worker/pom.xml
+++ b/modules/worker/pom.xml
@@ -28,6 +28,9 @@
             </modules>
         </profile>
     </profiles>
+    <modules>
+        <module>task-job-submission</module>
+    </modules>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

http://git-wip-us.apache.org/repos/asf/airavata/blob/8fd07e93/modules/worker/task-job-submission/pom.xml
----------------------------------------------------------------------
diff --git a/modules/worker/task-job-submission/pom.xml b/modules/worker/task-job-submission/pom.xml
new file mode 100644
index 0000000..6f4f832
--- /dev/null
+++ b/modules/worker/task-job-submission/pom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>airavata-worker</artifactId>
+        <groupId>org.apache.airavata</groupId>
+        <version>0.17-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>task-job-submission</artifactId>
+    <name>Task Job Submission</name>
+    <url>http://airavata.apache.org</url>
+
+
+</project>
\ No newline at end of file