maven/maven-core-it/it0013
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/java/org/apache/maven/plugin/coreit Removed backward compat for plugin class-level parameter annotations and '#' expressions. 2005-05-04 04:20:36 +00:00
expected-results.txt Initial revision 2005-02-24 02:50:16 +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 fixes for it0013, it0015 and reinclude 15 2005-05-04 14:16:48 +00:00
system.properties move system property specification to system.properties in itests 2005-05-23 13:37:34 +00:00