hi

I have successfully setup maven-proxy, based on the following website.
http://maven-proxy.codehaus.org/

Q1) now, the only problem is deploying 3rd Party jars from our deployment pc to maven-proxy

I followed this instruction from maven's FAQ but with no luck.
http://docs.codehaus.org/pages/viewpage.action? pageId=37533#WhyamIgettinga%22org.apache.maven.plugins%22doesnot- HowdoIinstallartifactstoaremoterepository%3F

$cd /junitperf-1.9.1/lib
$mvn deploy:deploy-file -DgroupId=com.clarkware.junitperf - DartifactId=junitperf -Dversion=1.9.1 -Dpackaging=jar - Dfile=junitperf-1.9.1.jar -DrepositoryId=myrepository -Durl=scpexe:// MY_DOMAIN/maven-proxy/target/repo

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'deploy'.
[INFO] ------------------------------------------------------------------------ ----
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------ ----
[INFO] Required goal not found: deploy:deploy-file

Q2) there is 2 different directory in maven-proxy
repo.local-repo.url=file:///./target/repo-local
repo.local.store=./target/repo

when I deploy 3rd Party jar file, which directory should I upload my jar to ?

anyone has done this successfully?

Regards,
Manchi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to