build - Where to find EMF artifact in Maven repository -


We're developing EMFs out of Eclipse, so we're using Maven for builds. My question is where can I get the emf artifacts, and if yes then which version?

Does BTW freely publish the Elysee artwork from the source in the Maven repository?

Renat

You have to install / install them manually. I use this command line:

  artifacts in mvn eclipse: make-artifacts -DstripQualifier = true -DeclipseDir = ... / eclipse  

To get the local M2 repo

After this, I run the source JAR to take Maven to the right place to take it.

The easiest way to deploy them is to use or copy the same Maven cache / proxy and file to the right place.


Comments