sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

"mvn clean install" fails with "duplicated in the reactor" #135

Closed SebastianPoetzsch closed 10 years ago

SebastianPoetzsch commented 10 years ago

When running "mvn clean install" on master I get the following error:

[ERROR] Project 'org.jnario:org.jnario.standalone:1.1.0-SNAPSHOT' is duplicated in the reactor -> [Help 1]

The problem seems to be that org.jnario.maven.standalone was renamed to org.jnario.standalone

sebastianbenz commented 10 years ago

This is unfortunate, I think you need to manually clean up your local maven repo.

SebastianPoetzsch commented 10 years ago

I deleted my local repository and still got the error message.

The problem must be, that

both declare artifactId="org.jnario.standalone" (CommitId: 6a8f680f05b96d9bf848ca2b4cfd6e67da1264f6)

sebastianbenz commented 10 years ago

Sorry, was my mistake. I fixed the problem already for org.jnario.lib, but forgot that I had to do the same for standalone.