Skip to content
Snippets Groups Projects
Commit 868b0b6a authored by Simon Spinner's avatar Simon Spinner
Browse files

Change to pom-less build.

parent f2d75b75
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>0.25.0</version>
</extension>
</extensions>
\ No newline at end of file
pom.xml 0 → 100644
<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>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>tools.descartes.prisma.releng</relativePath>
</parent>
<organization>
<url>https://se3.informatik.uni-wuerzburg.de/sis76cq/prisma.git</url>
<name>University of Wuerzburg</name>
</organization>
<modules>
<module>tools.descartes.prisma.releng.platform</module>
<module>tools.descartes.prisma.core</module>
<module>tools.descartes.prisma.model</module>
<module>tools.descartes.prisma.model.edit</module>
<module>tools.descartes.prisma.agent.generic</module>
<module>tools.descartes.prisma.agent.generic.edit</module>
<module>tools.descartes.prisma.agent.generic.editor</module>
<module>tools.descartes.prisma.releng.server.product</module>
<module>tools.descartes.prisma.releng.cdo.server.feature</module>
</modules>
</project>
\ No newline at end of file
<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>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<artifactId>tools.descartes.prisma.core</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
</project>
\ No newline at end of file
<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>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<artifactId>tools.descartes.prisma.model</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
</project>
\ No newline at end of file
<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>
<artifactId>tools.descartes.prisma.releng.cdo.server.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
</project>
\ No newline at end of file
......@@ -12,8 +12,7 @@
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<artifactId>tools.descartes.prisma-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="PRISMA Target Platform" sequenceNumber="1461503705">
<target name="PRISMA Target Platform" sequenceNumber="1462129367">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.net4j.sdk.feature.group" version="4.4.1.v20160215-1106"/>
......@@ -49,6 +49,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="tools.descartes.librede.feature.feature.group" version="0.0.0"/>
<unit id="tools.descartes.librede.connector.dml.feature.feature.group" version="0.0.0"/>
<repository location="https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
......
......@@ -46,6 +46,7 @@ location "https://se4.informatik.uni-wuerzburg.de/dml/downloads/snapshot/" {
location "https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot" {
tools.descartes.librede.feature.feature.group lazy
tools.descartes.librede.connector.dml.feature.feature.group lazy
}
location "https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/" {
......
......@@ -5,9 +5,8 @@
<packaging>eclipse-repository</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<artifactId>tools.descartes.prisma-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
<build>
......
......@@ -11,19 +11,8 @@
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>tools.descartes</groupId>
<artifactId>tools.descartes.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<organization>
<url>https://se3.informatik.uni-wuerzburg.de/sis76cq/prisma.git</url>
<name>University of Wuerzburg</name>
</organization>
<properties>
<tycho-version>0.22.0</tycho-version>
<tycho-version>0.25.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
......@@ -49,10 +38,13 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
......@@ -73,35 +65,20 @@
</dependency-resolution>
<!-- configure the p2 target environments for multi-platform build -->
<environments>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
<!-- <plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.3</version>
<configuration>
<header>license/header.txt</header>
<header>tools.descartes.prisma.releng/license/header.txt</header>
<aggregate>true</aggregate>
<properties>
<owner>Simon Spinner</owner>
......@@ -121,7 +98,7 @@
</goals>
</execution>
</executions>
</plugin> -->
</plugin>
<!-- Report test coverage -->
<plugin>
......@@ -164,12 +141,5 @@
</plugins>
</build>
<modules>
<module>../tools.descartes.prisma.releng.platform</module>
<module>../tools.descartes.prisma.core</module>
<module>../tools.descartes.prisma.model</module>
<module>../tools.descartes.prisma.agent.wildfly</module>
<module>../tools.descartes.prisma.releng.server.product</module>
<module>../tools.descartes.prisma.releng.cdo.server.feature</module>
</modules>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment