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

[2/2] stratos git commit: Remove ant-run pluging from python agent component

Remove ant-run pluging from python agent component


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

Branch: refs/heads/master
Commit: b0eec64197b43c062df4e2f8a0ca47d03dea541c
Parents: b350018
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Wed May 27 15:47:09 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Wed May 27 15:47:45 2015 +0530

----------------------------------------------------------------------
 .../pom.xml                                        | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b0eec641/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 871fbfe..7110679 100644
--- a/components/org.apache.stratos.python.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.python.cartridge.agent/pom.xml
@@ -71,23 +71,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <target>
-                                <zip destfile="${project.build.directory}/apache-stratos-python-cartridge-agent-${project.version}.zip"
-                                     basedir="${project.basedir}/src/main/python/cartridge.agent/cartridge.agent"/>
-                            </target>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>