You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2014/04/26 19:31:22 UTC

svn commit: r1590253 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Sat Apr 26 17:31:21 2014
New Revision: 1590253

URL: http://svn.apache.org/r1590253
Log:
no Jira - slightly incorrect placement of override of version for compiler

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1590253&r1=1590252&r2=1590253&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Sat Apr 26 17:31:21 2014
@@ -148,31 +148,32 @@
           <artifactId>maven-changes-plugin</artifactId>
           <version>2.10</version>
         </plugin>
+        <plugin>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-compiler-plugin</artifactId>
+	        <configuration>
+	          <source>1.6</source>
+	          <target>1.6</target>
+	     <!--      <compilerId>javac-with-errorprone</compilerId>
+	          <forceJavacCompilerUse>true</forceJavacCompilerUse> -->
+	        </configuration>
+	  <!--  <dependencies>
+	          <dependency>
+	            <groupId>org.codehaus.plexus</groupId>
+	            <artifactId>plexus-compiler-javac</artifactId>
+	            <version>2.3</version>
+	          </dependency>
+	          <dependency>
+	            <groupId>org.codehaus.plexus</groupId>
+	            <artifactId>plexus-compiler-javac-errorprone</artifactId>
+	            <version>2.3</version>
+	          </dependency>
+	        </dependencies> -->
+	      </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-     <!--      <compilerId>javac-with-errorprone</compilerId>
-          <forceJavacCompilerUse>true</forceJavacCompilerUse> -->
-        </configuration>
-  <!--  <dependencies>
-          <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-compiler-javac</artifactId>
-            <version>2.3</version>
-          </dependency>
-          <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-compiler-javac-errorprone</artifactId>
-            <version>2.3</version>
-          </dependency>
-        </dependencies> -->
-      </plugin>        
+        
     </plugins>
   </build>