Eugene Kuleshov wrote:
Bakito wrote:
Until now I was working with version 0.0.11.20070916-2300.
Today I switched to the newest version 0.0.12.20071107-2300.
Within the new version I can not execute any maven commands on my
eclipse projects any more. If I execute 'maven clean' or any other
command on my projects I get always the following error.
With the old plugin and also in a plain windows console the projects
builds fine.
Is there something new to be configured within the new version of the
plugin?
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
----------------------------------------------------------------------------
[INFO] Cannot lookup required component.
Bakito, most likely, there is something in your project configuration
that cause this error and we will need additional information, or
better, a test project that would allow us to reproduce this issue.
Please try to isolate this with a smaller project and submit a jira
issue for this. Also see the following page for some hints.
http://docs.codehaus.org/display/M2ECLIPSE/How+To+Report+Issues
regards,
Eugene
I've just tested the same project within an eclipse of version 3.2.2
(M20070212-1330), where the maven plugin is working fine.
If I use the same project within eclipse 3.3.0 (I20070625-1500) I get
the described error.
It does not matter what maven project I use, I get always the same error.
Not even this simple pom does run:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>0.0.1</version>
</project>
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email