Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Maven commands aren't complete in the DIY installation instructions? #14

Open
olance opened this issue Sep 29, 2010 · 0 comments
Open

Comments

@olance
Copy link

olance commented Sep 29, 2010

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 ^^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant