maven/maven-core-it/it0021
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/it0021 o pom-level profiles are working now 2005-06-07 22:36:44 +00:00
expected-results.txt o pom-level profiles are working now 2005-06-07 22:36:44 +00:00
goals.txt o pom-level profiles are working now 2005-06-07 22:36:44 +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 pom-level profiles are working now 2005-06-07 22:36:44 +00:00
system.properties o pom-level profiles are working now 2005-06-07 22:36:44 +00:00