|
From: Fritz R. <fr...@wo...> - 2008-03-07 15:32:16
|
Hi, when I try to build the newest snapshot, i get the following error: [INFO] Using default encoding to copy filtered resources. Downloading: http://spring-rich-c.sourceforge.net/maven2snapshotrepository/org/springframework/richclient/spring-richclient-resources/0.3.0-SNAPSHOT/spring-richclient-resources-0.3.0-SNAPSHOT-tests.jar Downloading: http://spring-rich-c.sourceforge.net/maven2snapshotrepository/org/springframework/richclient/spring-richclient-core/0.3.0-SNAPSHOT/spring-richclient-core-0.3.0-SNAPSHOT-tests.jar Downloading: http://spring-rich-c.sourceforge.net/maven2snapshotrepository/org/springframework/richclient/spring-richclient-binding/0.3.0-SNAPSHOT/spring-richclient-binding-0.3.0-SNAPSHOT-tests.jar Downloading: http://spring-rich-c.sourceforge.net/maven2snapshotrepository/org/springframework/richclient/spring-richclient-form/0.3.0-SNAPSHOT/spring-richclient-form-0.3.0-SNAPSHOT-tests.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.springframework.richclient:spring-richclient-resources:test- > jar:tests:0.3.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.springframework.richclient -DartifactId=spring- > richclient-resources -Dversion=0.3.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.springframework.richclient -DartifactId=spring- > richclient-resources -Dversion=0.3.0-SNAPSHOT -Dclassifier=tests - > Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] - > DrepositoryId=[id] > > Path to dependency: > 1) org.springframework.richclient:spring-richclient- > support:jar:0.3.0-SNAPSHOT > 2) org.springframework.richclient:spring-richclient- > resources:test-jar:tests:0.3.0-SNAPSHOT > > 2) org.springframework.richclient:spring-richclient-core:test- > jar:tests:0.3.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.springframework.richclient -DartifactId=spring- > richclient-core -Dversion=0.3.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.springframework.richclient -DartifactId=spring- > richclient-core -Dversion=0.3.0-SNAPSHOT -Dclassifier=tests - > Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] - > DrepositoryId=[id] > > Path to dependency: > 1) org.springframework.richclient:spring-richclient- > support:jar:0.3.0-SNAPSHOT > 2) org.springframework.richclient:spring-richclient- > core:test-jar:tests:0.3.0-SNAPSHOT > > 3) org.springframework.richclient:spring-richclient-binding:test- > jar:tests:0.3.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.springframework.richclient -DartifactId=spring- > richclient-binding -Dversion=0.3.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.springframework.richclient -DartifactId=spring- > richclient-binding -Dversion=0.3.0-SNAPSHOT -Dclassifier=tests - > Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] - > DrepositoryId=[id] > > Path to dependency: > 1) org.springframework.richclient:spring-richclient- > support:jar:0.3.0-SNAPSHOT > 2) org.springframework.richclient:spring-richclient- > binding:test-jar:tests:0.3.0-SNAPSHOT > > 4) org.springframework.richclient:spring-richclient-form:test- > jar:tests:0.3.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.springframework.richclient -DartifactId=spring- > richclient-form -Dversion=0.3.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.springframework.richclient -DartifactId=spring- > richclient-form -Dversion=0.3.0-SNAPSHOT -Dclassifier=tests - > Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] - > DrepositoryId=[id] > > Path to dependency: > 1) org.springframework.richclient:spring-richclient- > support:jar:0.3.0-SNAPSHOT > 2) org.springframework.richclient:spring-richclient- > form:test-jar:tests:0.3.0-SNAPSHOT > > ---------- > 4 required artifacts are missing. > > for artifact: > org.springframework.richclient:spring-richclient-support:jar:0.3.0- > SNAPSHOT What can I do? |