Skip to main content



      Home
Home » Modeling » Papyrus » Is there a maven repository somewhere to build Papyrus-based applications?
Is there a maven repository somewhere to build Papyrus-based applications? [message #1708778] Mon, 21 September 2015 00:22 Go to next message
Eclipse UserFriend
I found a report from Christian Damus about Mavenizing Papyrus development:
http://www.slideshare.net/cdamus/adopting-maven-nature-in-papyrus-source-projects

Is there a maven repository somewhere with artifacts for current Papyrus?

In particular, I'm looking for these artifacts (taken from META-INF/MANIFEST.MF)

org.eclipse.core.runtime;bundle-version="3.11.0"
org.eclipse.core.resources;bundle-version="3.9.1"
org.eclipse.emf.transaction;bundle-version="1.9.0"
org.eclipse.emf.transaction;bundle-version="1.9.0"
org.eclipse.uml2.uml;bundle-version="5.1.0"
org.eclipse.uml2.uml.resources;bundle-version="5.1.0"
org.scala-ide.sdt.core;bundle-version="4.0.0"
org.eclipse.papyrus.infra.core;bundle-version="1.1.0"
org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0"
org.eclipse.papyrus.uml.tools;bundle-version="1.1.0"
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0"
org.eclipse.papyrus.sysml;bundle-version="1.1.0"
org.eclipse.papyrus.uml.commands;bundle-version="1.1.0"
org.eclipse.papyrus.uml.import;bundle-version="1.1.0"
org.eclipse.papyrus.uml.tools;bundle-version="1.1.0"

- Nicolas.
Re: Is there a maven repository somewhere to build Papyrus-based applications? [message #1708784 is a reply to message #1708778] Mon, 21 September 2015 04:10 Go to previous message
Eclipse UserFriend
Hi Nicolas,

There is no Maven repository for Papyrus nor most of its dependencies. We use Maven+Tycho for building Papyrus artifacts, but we rely on P2 Repositories (Eclipse Update Sites) for retrieving our dependencies and publishing our artifacts.

Note that Tycho is able to fetch Maven dependencies from a P2 repository. However, I'm not sure how useful that is if you're not actually building with Tycho:

<repositories>
       <repository>
              <id>emf-transaction</id>
              <layout>p2</layout>
              <url>http://download.eclipse.org/modeling/emf/transaction/updates/releases/R201506010221</url>
       </repository>
...
</repositories>


HTH,
Camille

[Updated on: Mon, 21 September 2015 04:11] by Moderator

Previous Topic:Assigning Value to TimeEvent
Next Topic:Java 8 support for Papyrus?
Goto Forum:
  


Current Time: Wed Jul 23 03:47:10 EDT 2025

Powered by FUDForum. Page generated in 0.03864 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top