You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2018. It is now read-only.
On MacOS X (10.6.4), the mvn commands gave me build errors, telling me I was missing group, artifact, version or packaging information.
I managed to get it installed with:
mvn install:install-file -Dfile=xmlson-1.5.2.jar -DpomFile=xmlson-1.5.2.pom -Dversion=1.5.2 -DgroupId=com.wesabe -Dpackaging=jar -DartifactId=xmlson
On MacOS X (10.6.4), the mvn commands gave me build errors, telling me I was missing group, artifact, version or packaging information.
I managed to get it installed with:
mvn install:install-file -Dfile=xmlson-1.5.2.jar -DpomFile=xmlson-1.5.2.pom -Dversion=1.5.2 -DgroupId=com.wesabe -Dpackaging=jar -DartifactId=xmlson
and:
mvn install:install-file -Dfile=shore-0.2-SNAPSHOT.jar -DpomFile=shore-0.2-SNAPSHOT.pom -Dversion=0.2-SNAPSHOT -DgroupId=com.codahale -DartifactId=shore -Dpackaging=jar
Hope those are the correct parameters, and that it can maybe help others ^^
The text was updated successfully, but these errors were encountered: