Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] Why two Artifact interfaces?

Hello,

I'm starting with Aether and Maven plugin development.

while creating a plugin that process it dependencies in POM I noted two Artifact interfaces:

  • org.apache.maven.artifact.Artifact
  • org.sonatype.aether.artifact.Artifact

they have different purposes?

thanks,

Cristiano

Back to the top