You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adrien Ruffie - Petals Link <ad...@petalslink.com> on 2011/09/29 10:04:12 UTC

No such compiler 'groovy-eclipse-compiler'

Hello all,

during a mvn build (mvn clean install)
I get the following error:

[DEBUG]   (f) compilerId = groovy-eclipse-compiler
[DEBUG]   (f) debug = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = 
/media/data/Java/Projects/Products/Product/petalslink2/product/acceptance/groovycommons/groovycommons-util/target/generated-sources/annotations
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = 
/media/data/Java/Projects/Products/Product/petalslink2/product/acceptance/groovycommons/groovycommons-util/target/classes
[DEBUG]   (f) outputFileName = groovycommons-util-1.0-SNAPSHOT
[DEBUG]   (f) projectArtifact = 
org.ow2.petals.groovycommons:groovycommons-util:jar:1.0-SNAPSHOT
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@8697ce
[DEBUG]   (f) showDeprecation = true
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) source = 1.6
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.6
[DEBUG]   (f) verbose = true
[DEBUG] -- end configuration --
[INFO] [compiler:compile {execution: default-compile}]
[DEBUG] Using compiler 'groovy-eclipse-compiler'.
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] No such compiler 'groovy-eclipse-compiler'.
[INFO] 
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: No such compiler 
'groovy-eclipse-compiler'.



I have attached the effective-pom project and the build in attachments

Anyone have an idea of the problem ? I don't understand why maven don't 
found the groovy-eclipse-compiler ...

Thank all,

Adrien Ruffi�