I want to include org.eclipse.uml2.uml_4.0.0.v20120604-0919.jar
in a Maven module. I've set up the p2 repository
<repository>
<id>juno</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/juno</url>
</repository>
and configured the Tycho build extension. Which groupdId
and artifactId
do I have to use so that Tycho will include org.eclipse.uml2.uml_4.0.0.v20120604-0919.jar
as a dependency?