[
https://issues.apache.org/jira/browse/UIMA-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Eckart de Castilho resolved UIMA-3888.
----------------------------------------------
Resolution: Fixed
> 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
> Assignee: 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)