Getting the following error in 2.0.1 when I run artifact:dependencies
from a project that has a parent pom.  It use to work in 2.0.

[artifact:dependencies] An error has occurred while processing the
Maven artifact tasks.
[artifact:dependencies] Diagnosis:
[artifact:dependencies]
[artifact:dependencies] Unable to build project: D:\Projects\abc\ejb\pom.xml
[artifact:dependencies] Duplicate project ID found in
D:\Projects\abc\ejb\pom.xml

Here is the build script:
<artifact:localRepository id="maven.local.repository"
location="@{localRepository}"/>
<artifact:pom id="maven.project" file="@{pom}" />
<artifact:dependencies pathId="maven.project.dependency.classpath"
                               verbose="@{verbose}"
                               useScope="compile">
        <pom refid="maven.project" />
        <localRepository refid="maven.local.repository"/>
</artifact:dependencies>

Any ideas?

--
tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to