That's really interesting and looks extremely useful to my team's work. I wish I'd known about this one a year ago. The page at https://maven.apache.org/shared/maven-artifact-transfer/comparison.html that describes the difference between a project, an artifact, a dependency, and a GAV is also the clearest description of these terms I've seen yet. I should probably rework some of the other docs along these lines.
How close is this to 1.0? On Sun, Dec 1, 2019 at 6:40 AM Robert Scholte <[email protected]> wrote: > > The Apache Maven team is pleased to announce the release of the Apache Maven > Artifact Transfer, version 0.12.0 > > The Maven Artifact Transfer Component is intended as an API to install, > deploy and resolving artifacts in Maven 3. > > https://maven.apache.org/shared/maven-artifact-transfer/ > > You should specify the version in your project's plugin configuration: > > <dependency> > <groupId>org.apache.maven.shared</groupId> > <artifactId>maven-artifact-transfer</artifactId> > <version>0.12.0</version> > </dependency> > > You can download the appropriate sources etc. from the download page: > > https://maven.apache.org/shared/maven-artifact-transfer/download.cgi > > > > Release Notes - Maven Shared Components - Version > maven-artifact-transfer-0.12.0 > > ** Bug > * [MSHARED-818] - Issue management URL in maven-artifact-transfer returns > 404 > > ** Improvement > * [MSHARED-811] - Improve handling of Metadata > * [MSHARED-817] - Change eclipse aether dependency scope to provided > > > Enjoy, > > -The Apache Maven team -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
