Skip to content

Instantly share code, notes, and snippets.

@szarnyasg
Created May 6, 2015 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save szarnyasg/c1be1814f52609e90abc to your computer and use it in GitHub Desktop.
Save szarnyasg/c1be1814f52609e90abc to your computer and use it in GitHub Desktop.
VIATRA Maven configuration
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>hu.bme.mit.viatra</groupId>
<artifactId>viatra-maven</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.viatra</groupId>
<artifactId>viatra-emf-runtime</artifactId>
<version>0.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>viatra</id>
<url>https://repo.eclipse.org/content/groups/viatra2/</url>
</repository>
</repositories>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment