It is all about Maven coordinates: groupId + artifactId + version + extension ( + classifier) This all together results in a URL to a repository. In case of remote repositories these work both with M1 and M2 repository layouts (yes, the name is confusing...) So it is not just about java files/artifacts, any file with a Maven coordinate will do.

Robert


On Thu, 04 Aug 2016 01:29:17 +0200, Christian Schulte <c...@schulte.it> wrote:

It's really all about JARs...

"Java Artifact Repository Specification"

JARS

Happenstance.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to