Updated Branches:
  refs/heads/3.0.0-incubating 870668f5e -> fc921ad83

remove inherited plugins from stratos pom


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

Branch: refs/heads/3.0.0-incubating
Commit: fc921ad831e8aa32c30e421f6727e70aa4b97d3a
Parents: 870668f
Author: Lahiru Sandaruwan <[email protected]>
Authored: Tue Oct 15 10:46:07 2013 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Tue Oct 15 10:46:07 2013 +0530

----------------------------------------------------------------------
 pom.xml | 32 +-------------------------------
 1 file changed, 1 insertion(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fc921ad8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fb9aeaf..a176735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>11</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.stratos</groupId>
@@ -339,16 +339,6 @@
             </extension>
         </extensions>
         <plugins>
-        <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-release-plugin</artifactId>
-               <version>2.3.2</version>
-               <configuration>
-                 <useReleaseProfile>false</useReleaseProfile>
-                 <goals>deploy</goals>
-                 <arguments>-Papache-release ${arguments}</arguments>
-               </configuration>
-        </plugin>
             <plugin>
                 <groupId>org.jvnet.maven.incrementalbuild</groupId>
                 <artifactId>incremental-build-plugin</artifactId>
@@ -387,10 +377,6 @@
                           </execution>
                      </executions>
            </plugin>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-source-plugin</artifactId>
-       </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
@@ -427,22 +413,6 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
                 </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <version>2.2.1</version>
-          <configuration>
-            <attach>true</attach>
-          </configuration>
-           <executions>
-             <execution>
-               <id>attach-sources</id>
-               <goals>
-                 <goal>jar-no-fork</goal>
-               </goals>
-             </execution>
-           </executions>
-         </plugin>
             </plugins>
         </pluginManagement>
     </build>

Reply via email to