Hi Trent,
There is no more plugin-registry.xml. Each plugin now have metadatas in
your Maven 2 local repo. Please look inside the directory
<localrepository>/org/apache/maven/plugins/<plugin>. You'll see
maven-metadata-*.xml there.
There are no default plugin versions installed with a Maven 2
installation. Each plugin is downloaded as needed (when used by your
project). The version of the plugin used will depend on the verion you
specified in your pom.xml
(http://maven.apache.org/maven-model/maven.html#class_plugin).
Regards,
John
Trent Rosenbaum wrote:
Hi there,
I have been looking at the Introductory Material for Maven 2 and
started to read the document for the plugin registry found under the
following link:
http://maven.apache.org/guides/introduction/introduction-to-plugin-registry.html
I looked in the following locations for the plugin-registry.xml file,
but could not find an instance:
~/.m2/
$M2_HOME/conf/
I started to look on the mailing list and found an email from Luke
Meyer on the 2005-10-31called "Plugin Control". Within this email the
same question was asked and nobody got back to him. I remember having
an instance of the plugin-registry.xml in the earlier versions of
maven 2 and then did not think much of it until I started to explore
the other documentation on the website.
I have even looked in the maven-2.0-bin.zip that was downloaded and
there is not a default empty version in there.
Should this file be generated by maven at some point? Also should
there have been an default version within the current release zip that
is updated after installation? How would I get this file after a
fresh installation?
Trent
---------------------------------------------------------------------
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]