Ashvin Ranpariya
Ashvin Ranpariya

Reputation: 671

maven compile fails

I have encountered the following error. Can anyone give any solution?

Build errors for CTServices; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project CTServices: Compilation failure

Upvotes: 0

Views: 288

Answers (2)

Constantine Ch
Constantine Ch

Reputation: 170

Try with -X option and provide the output if you still have the issue

Upvotes: 0

Vipin
Vipin

Reputation: 398

I guess there is some problem with your code or some dependency might be missing, causing java code compilation failure. Try mvn -e option to get the detail stack trace that might be more helpful

Upvotes: 1

Related Questions