Not install-file, but deploy-file!

mvn deploy:deploy-file -DgroupId=GROUP_ID -DartifactId=ARTIFACT_ID 
-Dversion=VERSION -DgeneratePom=true -Dpackaging=jar -DrepositoryId=REPO_ID 
-Durl=scp://your.repo.host/PATH/TO/REPO -Dfile=PATH/TO/JAR

Greets
Christoph

-----Ursprüngliche Nachricht-----
Von: Joern Huxhorn [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 9. Februar 2006 16:45
An: Maven Users List
Betreff: Local repositories and POM/Checksum.


Hi.

I'm trying to put some third-party jars installed as described in 
http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html 
into our company repository. After install there is neither a pom nor a 
sh1 file beside the jar. Maven expects both while downloading from a 
repository, though.

Is there an easy way to create those, too? They are needed to prevent 
warnings during build.

Regards, Joern.


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

Reply via email to