Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-11-11 15:44:28 +0000
committerHenrik Rentz-Reichert2013-11-11 17:53:09 +0000
commit7fa326c0c31af895cb6ff9005ad8c466a73f112e (patch)
tree59cafe2464863fca023ef66ddd7ec97c7d2f7826 /releng/org.eclipse.etrice.parent/pom.xml
parentf1d6c4fc810a726a950cad6ef6871d5e1b5f47b7 (diff)
downloadorg.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.tar.gz
org.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.tar.xz
org.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.zip
[*] added pom
Diffstat (limited to 'releng/org.eclipse.etrice.parent/pom.xml')
-rw-r--r--releng/org.eclipse.etrice.parent/pom.xml203
1 files changed, 203 insertions, 0 deletions
diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml
new file mode 100644
index 000000000..932d5874a
--- /dev/null
+++ b/releng/org.eclipse.etrice.parent/pom.xml
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+ <groupId>org.eclipse.etrice</groupId>
+ <artifactId>java-generator</artifactId>
+ <version>0.4.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>eTrice ROOM Java generator</name>
+ <description>code generator from ROOM (Real-Time Object Oriented Modeling)
+ models to the Java target language</description>
+ <url>http://eclipse.org/etrice</url>
+ <inceptionYear>2010</inceptionYear>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <etrice.version>${project.version}</etrice.version>
+
+ <tycho.version>0.19.0</tycho.version>
+ <tycho-extras.version>${tycho.version}</tycho-extras.version>
+
+ <!-- eclipse version etrice is built against -->
+ <eclipse-repo.url>http://download.eclipse.org/releases/kepler</eclipse-repo.url>
+
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository</orbit-site>
+ </properties>
+
+ <organization>
+ <name>Protos Software GmbH</name>
+ <url>http://www.protos.de</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>Eclipse Public License - v 1.0</name>
+ <url>http://www.eclipse.org/legal/epl-v10.html</url>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=eTrice</url>
+ <system>Bugzilla</system>
+ </issueManagement>
+
+ <repositories>
+ <repository>
+ <id>eclipse</id>
+ <layout>p2</layout>
+ <url>${eclipse-repo.url}</url>
+ </repository>
+ <repository>
+ <id>orbit</id>
+ <layout>p2</layout>
+ <url>${orbit-site}</url>
+ </repository>
+ <!-- <repository> <id>KIELER</id> <layout>p2</layout> <url>http://download.eclipse.org/etrice/KIELER/kieler-0.7.1</url>
+ </repository> <repository> <id>license repo</id> <layout>p2</layout> <url>http://download.eclipse.org/cbi/updates/license</url>
+ </repository> -->
+ </repositories>
+
+ <modules>
+ <module>../../plugins/org.eclipse.etrice.core.common</module>
+ <module>../../plugins/org.eclipse.etrice.core.room</module>
+ <module>../../plugins/org.eclipse.etrice.core.config</module>
+ <module>../../plugins/org.eclipse.etrice.core.etphys</module>
+ <module>../../plugins/org.eclipse.etrice.core.etmap</module>
+ <module>../../plugins/org.eclipse.etrice.core.genmodel</module>
+ <module>../../plugins/org.eclipse.etrice.generator</module>
+ <module>../../plugins/org.eclipse.etrice.generator.config</module>
+ <module>../../plugins/org.eclipse.etrice.generator.doc</module>
+ <module>../../plugins/org.eclipse.etrice.generator.java</module>
+ <module>../../plugins/org.eclipse.etrice.generator.java.mvn</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <compilerArguments>
+ <enableJavadoc />
+ <encoding>ISO-8859-1</encoding>
+ </compilerArguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-buildtimestamp-jgit</artifactId>
+ <version>${tycho-extras.version}</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <strictBinIncludes>false</strictBinIncludes>
+ <format>'v'yyyyMMdd-HHmm</format>
+ <timestampProvider>jgit</timestampProvider>
+ <jgit.ignore>
+ </jgit.ignore>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <baselineMode>warn</baselineMode>
+ <baselineReplace>none</baselineReplace>
+ <baselineRepositories>
+ <repository>
+ <url>http://download.eclipse.org/eclipse/updates/4.2</url>
+ </repository>
+ </baselineRepositories>
+ </configuration>
+ </plugin>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId></groupId>
+ <artifactId></artifactId>
+ <versionRange>[,)</versionRange>
+ <goals>
+ <goal></goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>repo.eclipse.org</id>
+ <name>eTrice Repository - Releases</name>
+ <url>https://repo.eclipse.org/content/repositories/etrice-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo.eclipse.org</id>
+ <name>eTrice Repository - Snapshots</name>
+ <url>https://repo.eclipse.org/content/repositories/etrice-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+</project>

Back to the top