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 2014/04/28 18:12:17 UTC

[4/9] git commit: seperate gfac-local from gfac-core

seperate gfac-local from gfac-core


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

Branch: refs/heads/master
Commit: 761b81e9bc4a157be2b72cd494dcb7eab16ef4ae
Parents: 216e2d6
Author: Nipun Udara <y....@gmail.com>
Authored: Sat Apr 26 19:58:52 2014 +0530
Committer: Nipun Udara <y....@gmail.com>
Committed: Sat Apr 26 19:58:52 2014 +0530

----------------------------------------------------------------------
 modules/gfac/gfac-local/pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/761b81e9/modules/gfac/gfac-local/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-local/pom.xml b/modules/gfac/gfac-local/pom.xml
index 9310f22..929c3d7 100644
--- a/modules/gfac/gfac-local/pom.xml
+++ b/modules/gfac/gfac-local/pom.xml
@@ -63,27 +63,4 @@
 
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-dependencies</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>target/lib</outputDirectory>
-                            <overWriteReleases>false</overWriteReleases>
-                            <overWriteSnapshots>true</overWriteSnapshots>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>