Repository: stratos Updated Branches: refs/heads/master 5dc54d50e -> c868c7af4
Remove clean plugin from integration module to avoid failure in maven deploy Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c868c7af Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c868c7af Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c868c7af Branch: refs/heads/master Commit: c868c7af496be742184c17e98c9f9a820dde593d Parents: 5dc54d5 Author: Lahiru Sandaruwan <[email protected]> Authored: Wed May 20 23:38:12 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed May 20 23:38:12 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/integration/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c868c7af/products/stratos/modules/integration/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml index 12112e6..da97156 100755 --- a/products/stratos/modules/integration/pom.xml +++ b/products/stratos/modules/integration/pom.xml @@ -98,18 +98,6 @@ <build> <plugins> <plugin> - <artifactId>maven-clean-plugin</artifactId> - <executions> - <execution> - <id>auto-clean</id> - <phase>initialize</phase> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-surefire-plugin</artifactId> <inherited>false</inherited> <configuration>
