Using centralized configuration for maven-compiler-plugin jdk6
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Tue, 21 Jan 2014 08:50:19 +0100
branchjdk6
changeset 47114e1ef348d1a
parent 470 63218f926a49
child 472 c6f161bedc70
child 475 57857c9eec5b
Using centralized configuration for maven-compiler-plugin
boot-fx/pom.xml
boot/pom.xml
ko-archetype/pom.xml
ko-osgi-test/pom.xml
ko-ws-tyrus/pom.xml
ko4j/pom.xml
pom.xml
     1.1 --- a/boot-fx/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     1.2 +++ b/boot-fx/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     1.3 @@ -29,15 +29,6 @@
     1.4                    <forkMode>always</forkMode>
     1.5                </configuration>
     1.6            </plugin>
     1.7 -         <plugin>
     1.8 -            <groupId>org.apache.maven.plugins</groupId>
     1.9 -            <artifactId>maven-compiler-plugin</artifactId>
    1.10 -            <version>2.3.2</version>
    1.11 -            <configuration>
    1.12 -               <source>1.6</source>
    1.13 -               <target>1.6</target>
    1.14 -            </configuration>
    1.15 -         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>
     2.1 --- a/boot/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     2.2 +++ b/boot/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     2.3 @@ -28,15 +28,6 @@
     2.4                    </instructions>
     2.5                </configuration>
     2.6            </plugin>
     2.7 -         <plugin>
     2.8 -            <groupId>org.apache.maven.plugins</groupId>
     2.9 -            <artifactId>maven-compiler-plugin</artifactId>
    2.10 -            <version>2.3.2</version>
    2.11 -            <configuration>
    2.12 -               <source>1.6</source>
    2.13 -               <target>1.6</target>
    2.14 -            </configuration>
    2.15 -         </plugin>
    2.16        </plugins>
    2.17    </build>
    2.18    <dependencies>
     3.1 --- a/ko-archetype/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     3.2 +++ b/ko-archetype/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     3.3 @@ -37,15 +37,6 @@
     3.4        <plugins>
     3.5            <plugin>
     3.6                <groupId>org.apache.maven.plugins</groupId>
     3.7 -              <artifactId>maven-compiler-plugin</artifactId>
     3.8 -              <version>2.3.2</version>
     3.9 -              <configuration>
    3.10 -                  <source>1.6</source>
    3.11 -                  <target>1.6</target>
    3.12 -              </configuration>
    3.13 -          </plugin>
    3.14 -          <plugin>
    3.15 -              <groupId>org.apache.maven.plugins</groupId>
    3.16                <artifactId>maven-resources-plugin</artifactId>
    3.17                <version>2.6</version>
    3.18                <configuration>
     4.1 --- a/ko-osgi-test/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     4.2 +++ b/ko-osgi-test/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     4.3 @@ -20,15 +20,6 @@
     4.4                  <artifactId>maven-bundle-plugin</artifactId>
     4.5              </plugin>
     4.6              <plugin>
     4.7 -                <groupId>org.apache.maven.plugins</groupId>
     4.8 -                <artifactId>maven-compiler-plugin</artifactId>
     4.9 -                <version>2.3.2</version>
    4.10 -                <configuration>
    4.11 -                    <source>1.6</source>
    4.12 -                    <target>1.6 </target>
    4.13 -                </configuration>
    4.14 -            </plugin>
    4.15 -            <plugin>
    4.16                  <artifactId>maven-failsafe-plugin</artifactId>
    4.17                  <version>2.16</version>
    4.18                  <configuration>
     5.1 --- a/ko-ws-tyrus/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     5.2 +++ b/ko-ws-tyrus/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     5.3 @@ -15,15 +15,6 @@
     5.4      <build>
     5.5          <plugins>
     5.6              <plugin>
     5.7 -                <groupId>org.apache.maven.plugins</groupId>
     5.8 -                <artifactId>maven-compiler-plugin</artifactId>
     5.9 -                <version>2.3.2</version>
    5.10 -                <configuration>
    5.11 -                    <source>1.6</source>
    5.12 -                    <target>1.6</target>
    5.13 -                </configuration>
    5.14 -            </plugin>
    5.15 -            <plugin>
    5.16                  <groupId>org.apache.felix</groupId>
    5.17                  <artifactId>maven-bundle-plugin</artifactId>
    5.18              </plugin>
     6.1 --- a/ko4j/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     6.2 +++ b/ko4j/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     6.3 @@ -29,15 +29,6 @@
     6.4                    <skip>false</skip>
     6.5                </configuration>
     6.6            </plugin>
     6.7 -         <plugin>
     6.8 -            <groupId>org.apache.maven.plugins</groupId>
     6.9 -            <artifactId>maven-compiler-plugin</artifactId>
    6.10 -            <version>2.3.2</version>
    6.11 -            <configuration>
    6.12 -               <source>1.6</source>
    6.13 -               <target>1.6</target>
    6.14 -            </configuration>
    6.15 -         </plugin>
    6.16        </plugins>
    6.17    </build>
    6.18    <dependencies>
     7.1 --- a/pom.xml	Mon Jan 20 14:09:43 2014 +0100
     7.2 +++ b/pom.xml	Tue Jan 21 08:50:19 2014 +0100
     7.3 @@ -127,15 +127,6 @@
     7.4                  </configuration>
     7.5                </plugin>
     7.6              <plugin>
     7.7 -                <groupId>org.apache.maven.plugins</groupId>
     7.8 -                <artifactId>maven-compiler-plugin</artifactId>
     7.9 -                <version>2.3.2</version>
    7.10 -                <configuration>
    7.11 -                    <source>1.6</source>
    7.12 -                    <target>1.6</target>
    7.13 -                </configuration>
    7.14 -            </plugin>
    7.15 -            <plugin>
    7.16                  <groupId>org.apache.felix</groupId>
    7.17                  <artifactId>maven-bundle-plugin</artifactId>
    7.18                  <version>2.4.0</version>