When running the Maven build on the latest trunk code from SVN (mvn compile), the build fails with the error shown below. Any thoughts?
Thanks, Rick ==================== Downloading: http://oss.sonatype.org/content/repositories/sourceforge-releases/org/apache /vysper/vysper-core/1.0.0-SNAPSHOT/vysper-core-1.0.0-SNAPSHOT-tests.jar [INFO] Unable to find resource 'org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT' in repository ehcache-repo (http://oss.sonatype.org/content/repositories/sourceforge-releases) Downloading: http://repository.apache.org/snapshots/org/apache/vysper/vysper-core/1.0.0-S NAPSHOT/vysper-core-1.0.0-SNAPSHOT-tests.jar [INFO] Unable to find resource 'org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.vysper -DartifactId=vysper-core -Dversion=1.0.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.vysper -DartifactId=vysper-core -Dversion=1.0.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -repositoryId=[id] Path to dependency: 1) org.apache.vysper.extensions:xep0060-pubsub:jar:1.0.0-SNAPSHOT 2) org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.vysper.extensions:xep0060-pubsub:jar:1.0.0-SNAPSHOT from the specified remote repositories: apache.snapshots (http://repository.apache.org/snapshots), central (http://repo1.maven.org/maven2), ehcache-repo (http://oss.sonatype.org/content/repositories/sourceforge-releases)
