maven/maven-core-it/it0015
John Dennis Casey 20047d63c9 Fixing problem with using distributionManagement repository definition for download of plugins.xml metadata.
Now, in order to build a maven plugin, you need two things:

1. a repository defined in distributionManagment
2. a repository defined in <repositories/> which has the same id as the one in distributionManagement.

This is necessary, since in most cases SSH will be used in the distributionManagement definition for uploading the plugin...which means that the download of the existing plugins.xml file might not be available for users trying to run an install. SSH requires authentication information, and users (particularly those running the bootstrap) might not have this auth info.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@216013 13f79535-47bb-0310-9956-ffa450edef68
2005-07-12 20:08:21 +00:00
..
src/main Cleaned up plugin descriptor generation/reading to be more consistent, and to include some things that were being left out. Removed more deprecated behavior from annotations support and expression support. Wrote up the first pass on the mojo api and annotations spec. Fixed the mmld-mojo suppport to accommodate the new expression syntax and collisions with the default expression evaluator for mmld. Added an exception to plugin configuration in DefaultPluginManager to not look for a Field when the configurator == map-oriented. 2005-05-05 01:33:42 +00:00
expected-results.txt o Working on getting it0015 (marmalade-mojo support) working...nearly there, it0015 is still disabled. 2005-02-25 05:09:14 +00:00
goals.txt move system property specification to system.properties in itests 2005-05-23 13:37:34 +00:00
pom.xml Fixing problem with using distributionManagement repository definition for download of plugins.xml metadata. 2005-07-12 20:08:21 +00:00
prebuild-hook.txt o Working on getting it0015 (marmalade-mojo support) working...nearly there, it0015 is still disabled. 2005-02-25 05:09:14 +00:00
system.properties move system property specification to system.properties in itests 2005-05-23 13:37:34 +00:00