Repository: stratos Updated Branches: refs/heads/stratos-4.1.x e9bef7da5 -> e21fb5ab1
Remove the clean when generating the car files Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c0200ed1 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c0200ed1 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c0200ed1 Branch: refs/heads/stratos-4.1.x Commit: c0200ed1f356067ee2197846e5cb79cc386f45b5 Parents: e9bef7d Author: gayangunarathne <[email protected]> Authored: Mon Nov 30 10:50:40 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Mon Nov 30 11:15:26 2015 +0530 ---------------------------------------------------------------------- .../artifacts/metering-dashboard/capps/pom.xml | 14 +------------- .../artifacts/monitoring-dashboard/capps/pom.xml | 12 ------------ 2 files changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c0200ed1/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml index 105d4b1..dacc1da 100644 --- a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml +++ b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml @@ -37,19 +37,7 @@ <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> + <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> http://git-wip-us.apache.org/repos/asf/stratos/blob/c0200ed1/extensions/das/modules/artifacts/monitoring-dashboard/capps/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/monitoring-dashboard/capps/pom.xml b/extensions/das/modules/artifacts/monitoring-dashboard/capps/pom.xml index cdcde5a..18c375e 100644 --- a/extensions/das/modules/artifacts/monitoring-dashboard/capps/pom.xml +++ b/extensions/das/modules/artifacts/monitoring-dashboard/capps/pom.xml @@ -38,18 +38,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-antrun-plugin</artifactId> <executions> <execution>
