Well that's unexpected. What version of jUDDI are you using? I suspect that the build process on our end may not have updated the pom and is still pointing at the snapshot version.
For a quick fix, try editing the pom file of the simple-publish and replace 3.1.3-SNAPSHOT with 3.3.4 (which is the latest) On Wed, Jun 28, 2017 at 6:03 PM, Nesrine Hamdani <[email protected]> wrote: > hi, i'm trying to run simple-publish , i want to use maven to this case so > when i do the command >>mvn -Pdemo test > it displays: > > > [ERROR] Failed to execute goal on project simple-publish: Could not resolve > depe > ndencies for project org.apache.juddi:simple-publish:jar:3.1.3-SNAPSHOT: The > fol > lowing artifacts could not be resolved: > org.apache.juddi:uddi-ws:jar:3.1.3-SNAPS > HOT, org.apache.juddi:juddi-core:jar:3.1.3-SNAPSHOT, > org.apache.juddi:juddi-clie > nt:jar:3.1.3-SNAPSHOT, org.apache.juddi:simple-publish:jar:3.1.3-SNAPSHOT: > Could > not find artifact org.apache.juddi:uddi-ws:jar:3.1.3-SNAPSHOT -> > > i try to use IDE eclips but i couldnt run the projet in pom.xml it was > errors: > > Description Resource Path Location Type > Cannot read lifecycle mapping metadata for artifact > org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.7:runtime Cause: > error in opening zip file pom.xml /simple-publish1 line 1 Maven Project > Build Lifecycle Mapping Problem > Missing artifact org.apache.juddi:juddi-client:jar:3.1.3-SNAPSHOT pom.xml > /simple-publish1 line 63 Maven Dependency Problem > Missing artifact org.apache.juddi:juddi-core:jar:3.1.3-SNAPSHOT pom.xml > /simple-publish1 line 58 Maven Dependency Problem > Missing artifact org.apache.juddi:simple-publish:jar:3.1.3-SNAPSHOT pom.xml > /simple-publish1 line 68 Maven Dependency Problem > Missing artifact org.apache.juddi:uddi-ws:jar:3.1.3-SNAPSHOT pom.xml > /simple-publish1 line 53 Maven Dependency Problem > > thank you for your help >
