RE: How to install Maven plugins locally

2009-01-15 Thread Guofeng Zhang
, 2009 1:20 PM To: users@maven.apache.org Subject: How to install Maven plugins locally Hi All, I am using maven-surefire-report-plugin to generate unit test reports. Is there a way to install maven plugins locally? To explain further, if my build machine doesn't have internet access, I download

Re: How to install Maven plugins locally

2009-01-15 Thread Gabriele Columbro
...@ca.com] Sent: Thursday, January 15, 2009 1:20 PM To: users@maven.apache.org Subject: How to install Maven plugins locally Hi All, I am using maven-surefire-report-plugin to generate unit test reports. Is there a way to install maven plugins locally? To explain further, if my build machine doesn't

Re: How to install Maven plugins locally

2009-01-15 Thread 苏林冲
Maven plugins locally Hi All, I am using maven-surefire-report-plugin to generate unit test reports. Is there a way to install maven plugins locally? To explain further, if my build machine doesn't have internet access, I download the maven plugins that are required to run the reports

How to install Maven plugins locally

2009-01-14 Thread Thummala, Sandhya
Hi All, I am using maven-surefire-report-plugin to generate unit test reports. Is there a way to install maven plugins locally? To explain further, if my build machine doesn't have internet access, I download the maven plugins that are required to run the reports manually, then install each of

Re: How to install Maven plugins locally

2009-01-14 Thread 苏林冲
maybe you can try to lay the maven-plugins you have downloaded to the local repo according to the rules: local repo path/groupId/artifactId/versions such as: org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.jar try it? On Thu, Jan 15, 2009 at 1:19 PM, Thummala, Sandhya