Repository: airavata Updated Branches: refs/heads/moduleRefactor 8c4ea1f0f -> 30f9d70ad
Removing the unused grid-tests profile Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/30f9d70a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/30f9d70a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/30f9d70a Branch: refs/heads/moduleRefactor Commit: 30f9d70adbd9ee7dd6f7d3eccbfca4baf19b09fa Parents: 8c4ea1f Author: Suresh Marru <[email protected]> Authored: Wed Jun 3 23:26:31 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Wed Jun 3 23:26:31 2015 -0400 ---------------------------------------------------------------------- pom.xml | 82 ------------------------------------------------------------ 1 file changed, 82 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/30f9d70a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 418178d..5fe2d34 100644 --- a/pom.xml +++ b/pom.xml @@ -564,88 +564,6 @@ </modules> </profile> <profile> - <id>gridTests</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.5</version> - <executions> - <execution> - <id>copy-resources</id> - <phase>validate</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/target/classes/META-INF</outputDirectory> - <resources> - <resource> - <directory>${basedir}/src/main/assembly/dist</directory> - <filtering>true</filtering> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.version}</version> - <configuration> - <failIfNoTests>false</failIfNoTests> - <skipTests>${skipTests}</skipTests> - <workingDirectory>${project.build.testOutputDirectory}</workingDirectory> - <excludes> - <exclude>**/IT.java</exclude> - </excludes> - <includes> - <include>**/*TestWithMyProxyAuth.java</include> - <include>**/*TestWithSSHAuth.java</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> - <modules> - <module>modules/configuration</module> - <module>airavata-api</module> - <module>modules/commons</module> - <module>modules/gfac</module> - <module>modules/workflow-model</module> - <module>modules/registry</module> - <module>modules/security</module> - <module>modules/credential-store</module> - <module>modules/orchestrator</module> - <module>tools</module> - <module>modules/server</module> - <module>samples/java-client</module> - <module>modules/test-suite</module> - <module>modules/integration-tests</module> - </modules> - </profile> - <profile> <id>pedantic</id> <build> <plugins>
