/[Apache-SVN]
ViewVC logotype

Revision 216013


Jump to revision: Previous Next
Author: jdcasey
Date: Tue Jul 12 20:08:21 2005 UTC (19 years, 2 months ago)
Changed paths: 8
Log Message:
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.



Changed paths

Path Details
Directorymaven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java modified , text changed
Directorymaven/components/trunk/maven-core-it/it0013/pom.xml modified , text changed
Directorymaven/components/trunk/maven-core-it/it0015/pom.xml modified , text changed
Directorymaven/components/trunk/maven-core-it/it0020/pom.xml modified , text changed
Directorymaven/components/trunk/maven-core-it/it0021/pom.xml modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/ValidatePluginPomMojo.java modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/GenerateUpdatedMappingMojo.java modified , text changed
Directorymaven/components/trunk/maven-plugins/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26