Tried it out on our project, and i'm getting this: [ERROR] The project build-tools:1-SNAPSHOT (D:\src\myproject\pom.xml) has 1 error [ERROR] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version 3.8.2
I can understand what this is trying to say, but the pom in question is only a module pom that has no dependencies declared: <parent> <groupId>my.group</groupId> <artifactId>parent</artifactId> <version>19-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>build-tools</artifactId> <packaging>pom</packaging> <version>1-SNAPSHOT</version> <modules> <module>ant</module> <module>maven</module> </modules> Shall i log an issue for this or is this a known feature ? The output of -e does not reveal anything useful besides lots of "expression ${pom.version} is deprecated. Please use ${project.version} instead", wierd thing is i'm never actually using expressions in my project. Jorg On Mon, Nov 23, 2009 at 11:04 PM, Igor Fedorenko <i...@ifedorenko.com> wrote: > +1 > > -- > Regards, > Igor > > Benjamin Bentmann wrote: >> >> Hi, >> >> We solved some more issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14952 >> >> There are still a couple of issues left in JIRA: >> >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1 >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-018/ >> >> Staged source and binary distros: >> >> https://repository.apache.org/content/repositories/maven-018/org/apache/maven/apache-maven/3.0-alpha-5/ >> >> Guide to testing staged releases: >> http://maven.apache.org/guides/development/guide-testing-releases.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> +1 from me >> >> >> Benjamim >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org >> For additional commands, e-mail: dev-h...@maven.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org