to deploy in the local repository, do the following:
$mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \
-DartifactId=<artifact-id> -Dversion=<version> -
Dpackaging=<packaging>
for exmaple:
mvn install:install-file -Dfile=easymock.jar -DgroupId=org.easymock -
DartifactId=easymock -Dversion=2.0 -Dpackaging=jar -DgeneratePom=true
anyway, in the future, it is better to setup a maven-proxy and deploy
all 3rd party jar to a department internal maven repository
~manchi
On Jan 12, 2006, at 11:04 PM, Gerald Müllan wrote:
Hi,
I am trying to install some 3rd party libs to the local repository.
The jar was building fine, but what is about the pom?
If i have a look at the public repository ibiblio, there are always
poms coming with the jars.
Is there a command to generate them too?
Thanks for help,
regards,
Gerald
--
Gerald Muellan
Schelleingasse 2/11
1040 Vienna, Austria
0043 699 11772506
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]