I've just upgraded to maven2.01 and things are breaking :
compile-classpath:
[m2:dependencies] An error has occurred while processing the Maven
artifact tasks.
[m2:dependencies] Diagnosis:
[m2:dependencies]
[m2:dependencies] Unable to build project:
C:\Personal\examples\diary\persist\build\project.xml
[m2:dependencies] Duplicate project ID found in
C:\Personal\examples\diary\persist\build\project.xml
[m2:dependencies]
Except I dont have a duplicate project ID. I dont have any element even
called projectID in my project.xml:
<?xml version="1.0" encoding="UTF-8"?>
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.antbook</groupId>
<version>0.1alpha</version>
<artifactId>persist</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.1beta7</version>
</dependency>
</dependencies>
</model>
What is going on here?
-steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]