/[Apache-SVN]
ViewVC logotype

Revision 215890


Jump to revision: Previous Next
Author: jdcasey
Date: Mon Jul 11 22:08:58 2005 UTC (19 years, 4 months ago)
Changed paths: 31
Log Message:
Fixing issues related to MNG-377, where the plugins.xml metadata was being mishandled. Separated updating of this metadata into a separate mojo, bound to the 'package' phase, and put in a validator for the POM (POM has to have distributionRepository now for maven-plugin's) which is bound to the 'validate' phase. Put together an integration test that uses modello:java as a case where the pluginGroups must be consulted. Also had to change the Verifier to check a verifier.properties for failOnErrorOutput, which will suppress IT failures based on [ERROR] log output (modello outputs one of these, and kills the IT unnecessarily).

MNG-377 should be resolved at this point.


Changed paths

Path Details
Directorymaven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManagementException.java deleted
Directorymaven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java deleted
Directorymaven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java modified , text changed
Directorymaven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManagementException.java
(Copied from maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManagementException.java, r210153)
added
Directorymaven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java
(Copied from maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java, r210153)
added , text changed
Directorymaven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml modified , text changed
Directorymaven/components/trunk/maven-core-it/README.txt modified , text changed
Directorymaven/components/trunk/maven-core-it/integration-tests.txt 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-core-it/it0031/ added
Directorymaven/components/trunk/maven-core-it/it0031/expected-results.txt added
Directorymaven/components/trunk/maven-core-it/it0031/goals.txt added
Directorymaven/components/trunk/maven-core-it/it0031/pom.xml added
Directorymaven/components/trunk/maven-core-it/it0031/settings.xml added
Directorymaven/components/trunk/maven-core-it/it0031/src/ added
Directorymaven/components/trunk/maven-core-it/it0031/src/main/ added
Directorymaven/components/trunk/maven-core-it/it0031/src/main/mdo/ added
Directorymaven/components/trunk/maven-core-it/it0031/src/main/mdo/test.mdo added
Directorymaven/components/trunk/maven-core-it/it0031/system.properties added
Directorymaven/components/trunk/maven-core-it/it0031/verifier.properties added
Directorymaven/components/trunk/maven-core-it-verifier/src/main/java/org/apache/maven/it/Verifier.java modified , text changed
Directorymaven/components/trunk/maven-plugin-mapping/src/main/java/org/apache/maven/plugin/mapping/DefaultPluginMappingBuilder.java modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/ValidatePluginPomMojo.java added
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/AbstractMetadataPublisherMojo.java deleted
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/AbstractPluginMappingPublisherMojo.java deleted
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/GenerateUpdatedMappingMojo.java added
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/PluginMappingDeployMojo.java modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/PluginMappingInstallMojo.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26