Hi, currently i'm facing a problem which i can't understand.
I have changed the exec-maven-plugin to work with the Java 5 Plexus annotations and all UTs/ITs etc. are working (Maven 3.X) but i've stumbled over a problem in relationship with Maven 2.2.1 ...
If i try to build the currenty state of the plugin with Maven 2.2.1 it prints out that it can't find any annotations like this:
[INFO] Scanning for projects...[INFO] ------------------------------------------------------------------------
[INFO] Building Exec Maven Plugin [INFO] task-segment: [clean, package][INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting /Users/kama/ws-git/mojo/exec-maven-plugin/target
[INFO] [cobertura:clean {execution: default}]
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo
descriptors.
[INFO] Applying mojo extractor for language: java [INFO] Mojo extractor for language: java found 0 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR[INFO] ------------------------------------------------------------------------ [INFO] Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.codehaus.mojo:exec-maven-plugin.'
Do i miss a particular thing ? Anything which has to be paid attention to ? Kind regards Karl Heinz Marbaise --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
