tapple
1
svn checkout https://svn.codehaus.org/geoserver/trunk
OK
mvn compile
OK
mvn -Dmaven.test.skip=true install
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.geoserver:main:jar:tests:1.8.0-SNAPSHOT
Try downloading the file manually from the project website.
--------------------------------------------------------------------
Can't find this jar file anywhere - any ideas?
Thanks,
Todd
--
View this message in context: http://www.nabble.com/mac-os-tiger-install-error-tp17918263p17918263.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.
That jar is produced when you build main with tests enabled, so leave out the -Dmaven.test.skip=true for now.
To the list: Is the test data actually needed for main or is this just a misreported scope in pom.xml?
-David Winslow
tapple wrote:
svn checkout https://svn.codehaus.org/geoserver/trunk
OK
mvn compile
OK
mvn -Dmaven.test.skip=true install
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.geoserver:main:jar:tests:1.8.0-SNAPSHOT
Try downloading the file manually from the project website.
--------------------------------------------------------------------
Can't find this jar file anywhere - any ideas?
Thanks,
Todd