On 12/14/06, Nikunj Mehta <[EMAIL PROTECTED]> wrote:
Now I am a little confused

Try the following:

run mvn help:effective-pom > effective-pom.txt
verify that the pom has the correct version details for the plugin
e.g.
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.1-INTERNAL-r485987-pMSUREFIREREP-6</version>
       </plugin>
verify that internal_plugins is defined in both repositories and
pluginRepositories

delete the maven-surefire-report-plugin from your m2 local repo
run mvn -X surefire-report:report > surefire-report-report.txt

again delete the maven-surefire-report-plugin from your m2 local repo
run mvn -X site > site.txt

Now look at the surefire-report-report.txt, I am hoping that you will
find that it resolves and downloads the plugin correctly from your
internal_plugins.

So while surefire-report works correcly there is something wrong with site.
Still investigating.

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

Reply via email to