mirror of https://github.com/apache/maven.git
Fix: MNG-3821 - We can't feed containers of containers into the ModelTransformerContext. Merging of subcontainers needs to be handled in the ModelTransformer implementation.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@728739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52d13db42f
commit
b6d3fe1cde
|
@ -37,9 +37,10 @@ public class IdModelContainerFactory
|
|||
private static final Collection<String> uris = Collections.unmodifiableList( Arrays.asList(
|
||||
ProjectUri.PluginRepositories.PluginRepository.xUri,
|
||||
ProjectUri.Repositories.Repository.xUri,
|
||||
ProjectUri.Reporting.Plugins.Plugin.ReportSets.ReportSet.xUri,
|
||||
ProjectUri.Profiles.Profile.xUri,
|
||||
ProjectUri.Build.Plugins.Plugin.Executions.Execution.xUri ) );
|
||||
// ProjectUri.Reporting.Plugins.Plugin.ReportSets.ReportSet.xUri,
|
||||
ProjectUri.Profiles.Profile.xUri
|
||||
// ProjectUri.Build.Plugins.Plugin.Executions.Execution.xUri
|
||||
) );
|
||||
|
||||
public Collection<String> getUris()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue