Skip to content

[MSHARED-286] MavenPluginManagerHelper API refers to Maven 3.0 specific class #49

Description

@jira-importer

Hervé Boutemy opened MSHARED-286 and commented

[MavenPluginManagerHelper.getPluginDescriptor(Plugin,List<org.sonatype.aether.repository.RemoteRepository>,MavenSession)](http://maven.apache.org/shared-archives/maven-reporting-exec-1.1/apidocs/org/apache/maven/reporting/exec/MavenPluginManagerHelper.html#getPluginDescriptor(org.apache.maven.model.Plugin, java.util.List, org.apache.maven.execution.MavenSession)): org.sonatype.aether.repository.RemoteRepository is specific to Maven 3.0 (changed to org.eclipse.aether.repository.RemoteRepository in 3.1)

this is odd for an interface that is supposed to "deal with API changes between Maven 3.0.x and 3.1.x." :)

notice that it doesn't cause any direct harm, the code works perfectly since the class is only referenced as generics for List


Affects: maven-reporting-exec-1.1

Issue Links:

  • MSITE-720 upgrade maven-reporting-exec to 1.2

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is present

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions