Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added maven-compiler-plugin reference to 3.2 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rajeshkp
Copy link

@rajeshkp rajeshkp commented Feb 3, 2015

Made compiler plugin use the latest version

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project scoring: Compilation failure: Compilation failure:
[ERROR] /home/rajesh/work/projects/os/Surus/src/main/java/org/surus/pig/ScorePMML.java:[38,39] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /home/rajesh/work/projects/os/Surus/src/main/java/org/surus/pig/ScorePMML.java:[65,24] error: variable-arity methods are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable variable-arity methods)
[ERROR] /home/rajesh/work/projects/os/Surus/src/main/java/org/surus/pig/ScorePMML.java:[109,21] error: for-each loops are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable for-each loops)
[ERROR] /home/rajesh/work/projects/os/Surus/src/main/java/org/surus/pig/ScorePMML.java:[166,5] error: annotations are not supported in -source 1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant