Repository: activemq-artemis Updated Branches: refs/heads/master 86f705b5c -> 9c9ea9d89
Revert update to compiler plugin. Seems to be having problems with the APT processing. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9c9ea9d8 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9c9ea9d8 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9c9ea9d8 Branch: refs/heads/master Commit: 9c9ea9d894dbaa1abcda9b7a1b5dad98da870261 Parents: 86f705b Author: Daniel Kulp <[email protected]> Authored: Tue Jun 9 04:39:25 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Jun 9 04:39:25 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9c9ea9d8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4207ef2..5189702 100644 --- a/pom.xml +++ b/pom.xml @@ -674,7 +674,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.2</version> + <!-- version 3.2 is having problems with the APT processor resulting in + java.lang.IllegalStateException: endPosTable already set --> + <version>3.1</version> <!-- Enable Google's Error-Prone https://github.com/google/error-prone --> <configuration> <showWarnings>true</showWarnings>
