blob: 20481a1fcea4cf04fc311d2e45feb6da20daae5b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.generator.java.mvn</artifactId>
<packaging>maven-plugin</packaging>
<name>org.eclipse.etrice.generator.java.mvn eTrice Java generator</name>
<version>0.0.4</version>
<url>http://eclipse.org/etrice</url>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.googlecode.addjars-maven-plugin</groupId>
<artifactId>addjars-maven-plugin</artifactId>
<versionRange>[1.0.2,)</versionRange>
<goals>
<goal>add-jars</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>org.eclipse.emf.common:org.eclipse.emf.common</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.emf.ecore</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
<version>2.9.1</version>
<scope>system</scope>
<systemPath>C:\Users\hrentz\Documents\protos\Entwicklung\Projekte\protos\eTrice\workspace\eTrice0.3.0\eTrice\org.eclipse.etrice.generator.java.mvn/src/lib/org.eclipse.emf.ecore_2.9.1.v20130827-0309.jar</systemPath>
</dependency>
<dependency>
<groupId>org.eclipse.emf.common</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
<version>2.9.1</version>
<scope>system</scope>
<systemPath>C:\Users\hrentz\Documents\protos\Entwicklung\Projekte\protos\eTrice\workspace\eTrice0.3.0\eTrice\org.eclipse.etrice.generator.java.mvn/src/lib/org.eclipse.emf.common_2.9.1.v20130827-0309.jar</systemPath>
</dependency>
</dependencies>
</project>