You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2014/12/22 19:01:10 UTC

stratos git commit: uncomment clean in distribuion pom file

Repository: stratos
Updated Branches:
  refs/heads/master 011afb71e -> 38f553d6d


uncomment clean in distribuion pom file


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

Branch: refs/heads/master
Commit: 38f553d6d67d9fee1c6516e040b80055a3ee73d2
Parents: 011afb7
Author: Udara Liyanage <ud...@wso2.com>
Authored: Mon Dec 22 23:30:54 2014 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Mon Dec 22 23:30:54 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/38f553d6/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml
index 721a71e..b904120 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -618,7 +618,6 @@
                             </tasks>
                         </configuration>
                     </execution>
-<!--
                     <execution>
                         <id>clean_target</id>
                         <phase>install</phase>
@@ -638,7 +637,6 @@
                             <goal>run</goal>
                         </goals>
                     </execution>
-	-->
                 </executions>
             </plugin>
         </plugins>