You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/11/30 06:46:12 UTC

[1/2] stratos git commit: Remove the clean when generating the car files

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 <ga...@wso2.com>
Authored: Mon Nov 30 10:50:40 2015 +0530
Committer: gayangunarathne <ga...@wso2.com>
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>


[2/2] stratos git commit: Update the aws lb extension artifact id

Posted by ga...@apache.org.
Update the aws lb extension artifact id


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/e21fb5ab
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e21fb5ab
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e21fb5ab

Branch: refs/heads/stratos-4.1.x
Commit: e21fb5ab19579b5d6c3647e756caef1ca1d7534c
Parents: c0200ed
Author: gayangunarathne <ga...@wso2.com>
Authored: Mon Nov 30 10:51:17 2015 +0530
Committer: gayangunarathne <ga...@wso2.com>
Committed: Mon Nov 30 11:15:38 2015 +0530

----------------------------------------------------------------------
 extensions/load-balancer/modules/aws-extension/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/e21fb5ab/extensions/load-balancer/modules/aws-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/modules/aws-extension/pom.xml b/extensions/load-balancer/modules/aws-extension/pom.xml
index 02b5eff..36dc5c8 100644
--- a/extensions/load-balancer/modules/aws-extension/pom.xml
+++ b/extensions/load-balancer/modules/aws-extension/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.stratos.aws.extension</artifactId>
+    <artifactId>apache-stratos-aws-extension</artifactId>
     <name>Apache Stratos - AWS LB Extension</name>
     <description>Apache Stratos AWS Extension for Load Balancing</description>