JBehave Error in POM! Multiple annotations found..: - Missing artifact org.jbehave:jbehave-core:zip:resources:3.5- SNAPSHOT:compile..etc
I am using JBehave for Scenario Testing.
开发者_Python百科while using tutorials i am getting error like below in pom.xmlMissing artifact org.jbehave:jbehave-core:zip:resources:3.5-SNAPSHOT:compile
Missing artifact org.jbehave:jbehave-spring:jar:3.5-SNAPSHOT:compile
Missing artifact org.jbehave:jbehave-core:jar:3.5-SNAPSHOT:compile
But i used pom.xml what they have supplied. i need to do any extra Settings?
Looking in the docs you will need to add -Djbehave.version=[version]
or to add the Codehaus snapshot repository. There is more information at the doc page.
精彩评论