You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/06/12 23:57:01 UTC

[jira] [Commented] (UIMA-3888) Remove stale pluginManagement section from UIMAJ SDK parent pom

    [ https://issues.apache.org/jira/browse/UIMA-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029898#comment-14029898 ] 

Marshall Schor commented on UIMA-3888:
--------------------------------------

I'd like to leave that in, because it documents a bit of investigation I did once to explore possibly using a special java compiler that could find error-prone coding.  I think at the time I tried it it wasn't ready for real use, so it's commented out.  But it's a nice reminder in case someone at some point wants to investigate this again.  

If you've investigated this and found it's of no further interest (because it's dead-ended, or it's been supplanted by xxx, etc.), then, please comment on what you've found, for posterity :-) and then it's fine with me to remove this.

> Remove stale pluginManagement section from UIMAJ SDK parent pom
> ---------------------------------------------------------------
>
>                 Key: UIMA-3888
>                 URL: https://issues.apache.org/jira/browse/UIMA-3888
>             Project: UIMA
>          Issue Type: Task
>          Components: Build, Packaging and Test
>            Reporter: Richard Eckart de Castilho
>            Priority: Trivial
>             Fix For: 2.6.1SDK
>
>
> We have a pretty stale pluginManagement section in the parent-pom of the UIMAJ SDK now. Just useless settings and commented out settings. Can we just remove this?
> {noformat}
>   <build>
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <artifactId>maven-changes-plugin</artifactId>
>         </plugin>
>         <plugin>
> 	        <groupId>org.apache.maven.plugins</groupId>
> 	        <artifactId>maven-compiler-plugin</artifactId>
> 	        <configuration>
> 	     <!--      <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>
>         
>     </plugins>
>   </build>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)