You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/08/25 00:37:45 UTC

[3/4] git commit: use maven compiler plugin 2.5.1 which is faster for multi modules builds

use maven compiler plugin 2.5.1 which is faster for multi modules builds


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

Branch: refs/heads/master
Commit: 071836327ea4e6989935f09386d0b4ba4bb41f63
Parents: 7343ef2
Author: olivier lamy <ol...@apache.org>
Authored: Sat Aug 25 00:12:33 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Aug 25 00:12:33 2012 +0200

----------------------------------------------------------------------
 parent/pom.xml |   11 -----------
 pom.xml        |    9 +++++++++
 2 files changed, 9 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07183632/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1f938d7..7f1cfe3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -63,17 +63,6 @@
   </properties>
   <build>
     <defaultGoal>install</defaultGoal>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>${cs.jdk.version}</source>
-          <target>${cs.jdk.version}</target>
-        </configuration>
-      </plugin>
-    </plugins>
   </build>
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07183632/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1beda91..daa3bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,15 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+            <source>${cs.jdk.version}</source>
+            <target>${cs.jdk.version}</target>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>