diff options
| author | Christopher Tubbs <ctubbsii@apache.org> | 2016-11-04 02:11:55 -0400 |
|---|---|---|
| committer | Christopher Tubbs <ctubbsii@apache.org> | 2016-11-04 02:11:55 -0400 |
| commit | eb7f3a3ad1e89ab5de0846c354bbc682e63bd837 (patch) | |
| tree | 2a1046da1fa5e3f3e89c9bb9edc722e451100136 /java/pom.xml | |
| parent | 7bd11fcb59872b4448b13a1bdfc173428fdfb8f6 (diff) | |
| download | platform_external_protobuf-eb7f3a3ad1e89ab5de0846c354bbc682e63bd837.tar.gz platform_external_protobuf-eb7f3a3ad1e89ab5de0846c354bbc682e63bd837.tar.bz2 platform_external_protobuf-eb7f3a3ad1e89ab5de0846c354bbc682e63bd837.zip | |
Use latest maven-compiler-plugin (2.6.0)
* Uses build-helper-maven-plugin to add generated sources to the classpath
* Fixes an issue building with newer versions of the maven-compiler-plugin
(See https://issues.apache.org/jira/browse/MCOMPILER-240)
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml index 881473f37..6789e7c18 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -94,7 +94,7 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> + <version>3.6.0</version> <configuration> <source>1.6</source> <target>1.6</target> |
