]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Explicitly setting maven-compiler-plugin version to 3.1
authorRichard Millet <remillet@yahoo.com>
Sun, 28 Dec 2014 08:11:48 +0000 (00:11 -0800)
committerRichard Millet <remillet@yahoo.com>
Sun, 28 Dec 2014 08:11:48 +0000 (00:11 -0800)
pom.xml

diff --git a/pom.xml b/pom.xml
index 9e5a6336b13d1cc7c98874f8e4466092df24886b..a8ad0a4f42f3a04bcc08059a999794c757041301 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-compiler-plugin</artifactId>
+                                       <version>3.1</version>
                                        <configuration>
                                                <source>1.7</source>
                                                <target>1.7</target>
                </pluginManagement>
                
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
                        <!-- 
                                This plugin ensures that the required environment variables are set before we perform
                                any build related tasks.