I frequently install stuff like this in my local repository:
mvn install:install-file -DgroupId=org.springframework
-DartifactId=spring \
-Dversion=2.0-RC4 -Dpackaging=jar -Dfile=/path/to/file
In this case I'm installing spring, which also comes with a
spring-src.jar. Is it possible to install the sources too using the
above command?
Is it possible to specify an alternative repository location? I tried
the undocumented localRepository option (setting it to /tmp or
file:///tmp) but that did not have any effect.
S.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]