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/temp Commit: 761b81e9bc4a157be2b72cd494dcb7eab16ef4ae Parents: 216e2d6 Author: Nipun Udara <[email protected]> Authored: Sat Apr 26 19:58:52 2014 +0530 Committer: Nipun Udara <[email protected]> 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>
