In maven 2 project, I added maven-emma-plugin, version 0.5 to reporting
section:
<reporting>
<plugins>
<plugin>
<groupId>emma</groupId>
<artifactId>maven-emma-plugin</artifactId>
<version>0.5</version>
</plugin>
</plugins>
</reporting>
When I run 'site' I got following error:
FATAL ERROR: [INFO] The PluginDescriptor for the plugin Plugin
[emma:maven-emma-plugin] was not found.
So I'm not able to run emma in Maven2 project at all.
mvn -version result:
Maven version: 2.0.8
Java version: 1.5.0_14
OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
I looked at files at ibiblio and it seems that pom for emma-plugin is
written for Maven2 (modelversion: 4.0.0), but the jar is written for Maven1
(it contains project.xml with model version 3).
Perhaps this is the root of the problem?
Chad Woolley
MAVEN_PLUGIN
None
Public
|
Date: 2008-03-12 19:25
|
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use