Reverting PCA test profile
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/4e99d8c0 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/4e99d8c0 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/4e99d8c0 Branch: refs/heads/master Commit: 4e99d8c0b624b7460bec4a4c188bb43a69505868 Parents: 7f89735 Author: Akila Perera <[email protected]> Authored: Tue Aug 25 09:36:58 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Aug 25 09:36:58 2015 +0530 ---------------------------------------------------------------------- .../pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/4e99d8c0/components/org.apache.stratos.python.cartridge.agent/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/pom.xml b/components/org.apache.stratos.python.cartridge.agent/pom.xml index 5d45932..7debdf1 100644 --- a/components/org.apache.stratos.python.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.python.cartridge.agent/pom.xml @@ -32,7 +32,7 @@ <profiles> <profile> - <id>live</id> + <id>default</id> <activation> <activeByDefault>true</activeByDefault> </activation> @@ -42,6 +42,22 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <excludes> + <exclude>**/*/PythonCartridgeAgentTest.java</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </build> + </profile> + <profile> + <id>live</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> <includes> <include>**/*/PythonCartridgeAgentTest.java</include> </includes>
