| <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>org.eclipse.gendoc</groupId> |
| <artifactId>parent</artifactId> |
| <version>0.7.2-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| |
| <modules> |
| <module>releng/org.eclipse.gendoc.update-site</module> |
| <module>plugins/org.eclipse.gendoc</module> |
| <module>plugins/org.eclipse.gendoc.batch</module> |
| <module>plugins/org.eclipse.gendoc.bundle.acceleo.commons</module> |
| <module>plugins/org.eclipse.gendoc.bundle.acceleo.gmf</module> |
| <module>plugins/org.eclipse.gendoc.bundle.acceleo.html</module> |
| <module>plugins/org.eclipse.gendoc.bundle.acceleo.papyrus</module> |
| <module>plugins/org.eclipse.gendoc.bundle.acceleo.sirius</module> |
| <module>plugins/org.eclipse.gendoc.doc</module> |
| <module>plugins/org.eclipse.gendoc.doc.docx</module> |
| <module>plugins/org.eclipse.gendoc.doc.pptx</module> |
| <module>plugins/org.eclipse.gendoc.doc.xlsx</module> |
| <module>plugins/org.eclipse.gendoc.document.parser</module> |
| <module>plugins/org.eclipse.gendoc.document.parser.pptx</module> |
| <module>plugins/org.eclipse.gendoc.document.parser.xlsx</module> |
| <module>plugins/org.eclipse.gendoc.documents</module> |
| <module>plugins/org.eclipse.gendoc.documents.metadata</module> |
| <module>plugins/org.eclipse.gendoc.m2t</module> |
| <module>plugins/org.eclipse.gendoc.preferences</module> |
| <module>plugins/org.eclipse.gendoc.process</module> |
| <module>plugins/org.eclipse.gendoc.script.acceleo</module> |
| <module>plugins/org.eclipse.gendoc.services</module> |
| <module>plugins/org.eclipse.gendoc.services.docx</module> |
| <module>plugins/org.eclipse.gendoc.services.odt</module> |
| <module>plugins/org.eclipse.gendoc.services.pptx</module> |
| <module>plugins/org.eclipse.gendoc.services.xlsx</module> |
| <module>plugins/org.eclipse.gendoc.table</module> |
| <module>plugins/org.eclipse.gendoc.tags</module> |
| <module>plugins/org.eclipse.gendoc.tags.handlers</module> |
| <module>plugins/org.eclipse.gendoc.tags.html</module> |
| <module>plugins/org.eclipse.gendoc.tags.hyperlink</module> |
| <module>plugins/org.eclipse.gendoc.tags.parsers</module> |
| <module>plugins/org.eclipse.gendoc.ui</module> |
| <module>plugins/org.eclipse.gendoc.wizard</module> |
| <module>plugins/org.eclipse.gendoc.wizard.gmf</module> |
| <module>plugins/org.eclipse.gendoc.wizard.papyrus</module> |
| <module>plugins/org.eclipse.gendoc.documents.image.svg</module> |
| |
| <module>tests/org.eclipse.gendoc.batch.tests</module> |
| <module>tests/org.eclipse.gendoc.services.openoffice.test</module> |
| <module>tests/org.eclipse.gendoc.services.pptx.tests</module> |
| <module>tests/org.eclipse.gendoc.services.xlsx.tests</module> |
| |
| <module>features/org.eclipse.gendoc.feature</module> |
| <module>features/org.eclipse.gendoc.papyrus.feature</module> |
| <module>features/org.eclipse.gendoc.sirius.feature</module> |
| </modules> |
| |
| <properties> |
| <tycho.version>1.3.0</tycho.version> |
| <juno-repo.url>http://download.eclipse.org/releases/juno</juno-repo.url> |
| <kepler-repo.url>http://download.eclipse.org/releases/kepler</kepler-repo.url> |
| <luna-repo.url>http://download.eclipse.org/releases/luna</luna-repo.url> |
| <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url> |
| <neon-repo.url>http://download.eclipse.org/releases/neon</neon-repo.url> |
| <oxygen-repo.url>http://download.eclipse.org/releases/oxygen</oxygen-repo.url> |
| <photon-repo.url>http://download.eclipse.org/releases/photon</photon-repo.url> |
| <R2018-09-repo.url>http://download.eclipse.org/releases/2018-09</R2018-09-repo.url> |
| <R2018-12-repo.url>http://download.eclipse.org/releases/2018-12</R2018-12-repo.url> |
| <R2019-03-repo.url>http://download.eclipse.org/releases/2019-03</R2019-03-repo.url> |
| </properties> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>Eclipse.org CBI repo</id> |
| <name>Eclipse.org CBI Nexus repo</name> |
| <url>https://repo.eclipse.org/content/groups/cbi/</url> |
| </pluginRepository> |
| <pluginRepository> |
| <id>Eclipse - Acceleo Release</id> |
| <url>https://repo.eclipse.org/content/repositories/acceleo-releases</url> |
| </pluginRepository> |
| <pluginRepository> |
| <id>Eclipse - Acceleo Snapshot</id> |
| <url>https://repo.eclipse.org/content/repositories/acceleo-snapshots</url> |
| </pluginRepository> |
| </pluginRepositories> |
| <profiles> |
| <profile> |
| <id>milestone</id> |
| <activation> |
| <property> |
| <name>milestone</name> |
| </property> |
| </activation> |
| <properties> |
| <milestone.version>M2</milestone.version> |
| </properties> |
| </profile> |
| <profile> |
| <id>release</id> |
| <activation> |
| <property> |
| <name>release</name> |
| </property> |
| </activation> |
| </profile> |
| <profile> |
| <id>sign</id> |
| <activation> |
| <property> |
| <name>jarsigner</name> |
| </property> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.cbi.maven.plugins</groupId> |
| <artifactId>eclipse-jarsigner-plugin</artifactId> |
| <version>1.1.4</version> |
| <executions> |
| <execution> |
| <id>sign</id> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>juno</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>juno</value> |
| </property> |
| </activation> |
| <repositories> |
| <repository> |
| <id>juno</id> |
| <url>${juno-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/3.1.9/juno/</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.5.0-SNAPSHOT</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven.compatibility</acceleo.maven.id> |
| <profile.id>juno</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>mars</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>mars</value> |
| </property> |
| </activation> |
| <repositories> |
| <repository> |
| <id>mars</id> |
| <url>${mars-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/4.1.8/mars</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.5.0-SNAPSHOT</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>mars</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>neon</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>neon</value> |
| </property> |
| </activation> |
| <repositories> |
| <repository> |
| <id>neon</id> |
| <url>${neon-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/5.1.3/neon</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>neon</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>oxygen</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>oxygen</value> |
| </property> |
| </activation> |
| <repositories> |
| <repository> |
| <id>oxygen</id> |
| <url>${oxygen-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/6.2.0/oxygen</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>oxygen</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>photon</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>photon</value> |
| </property> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>photon</id> |
| <url>${photon-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/6.2.0/photon</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>photon</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>2018-09</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>2018-09</value> |
| </property> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>2018-09</id> |
| <url>${R2018-09-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/6.0.2/photon</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>2018-09</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>2018-12</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>2018-12</value> |
| </property> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>2018-12</id> |
| <url>${R2018-12-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/6.1.1/photon</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>Acceleo Patch</id> |
| <url>http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>EMF Patch</id> |
| <url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904050820</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <environments> |
| <environment> |
| <os>linux</os> |
| <ws>gtk</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>win32</os> |
| <ws>win32</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86_64</arch> |
| </environment> |
| </environments> |
| <dependency-resolution> |
| <extraRequirements> |
| <requirement> |
| <type>eclipse-feature</type> |
| <id>org.eclipse.papyrus.sdk.feature</id> |
| <versionRange>0.0.0</versionRange> |
| </requirement> |
| <requirement> |
| <type>eclipse-feature</type> |
| <id>org.eclipse.emf.sdk</id> |
| <versionRange>2.18.0</versionRange> |
| </requirement> |
| <requirement> |
| <type>eclipse-feature</type> |
| <id> org.eclipse.acceleo.sdk</id> |
| <versionRange>3.7.8</versionRange> |
| </requirement> |
| </extraRequirements> |
| </dependency-resolution> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>2018-12</profile.id> |
| </properties> |
| </profile> |
| <profile> |
| <id>2019-03</id> |
| <!-- This profile is only activated when building in Eclipse with m2e --> |
| <activation> |
| <property> |
| <name>target</name> |
| <value>2019-03</value> |
| </property> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>2019-03</id> |
| <url>${R2019-03-repo.url}</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>xmlgraphics</id> |
| <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>sirius</id> |
| <url>http://download.eclipse.org/sirius/updates/releases/6.1.2/photon</url> |
| <layout>p2</layout> |
| </repository> |
| <repository> |
| <id>EMF Patch</id> |
| <url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904050820</url> |
| <layout>p2</layout> |
| </repository> |
| </repositories> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <environments> |
| <environment> |
| <os>linux</os> |
| <ws>gtk</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>win32</os> |
| <ws>win32</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86_64</arch> |
| </environment> |
| </environments> |
| <dependency-resolution> |
| <extraRequirements> |
| <requirement> |
| <type>eclipse-feature</type> |
| <id>org.eclipse.papyrus.sdk.feature</id> |
| <versionRange>0.0.0</versionRange> |
| </requirement> |
| <requirement> |
| <type>eclipse-feature</type> |
| <id>org.eclipse.emf.sdk</id> |
| <versionRange>2.18.0</versionRange> |
| </requirement> |
| </extraRequirements> |
| </dependency-resolution> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <properties> |
| <acceleo.maven.version>3.6.4</acceleo.maven.version> |
| <acceleo.maven.id>org.eclipse.acceleo.maven</acceleo.maven.id> |
| <profile.id>2019-03</profile.id> |
| </properties> |
| </profile> |
| </profiles> |
| <build> |
| <plugins> |
| <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>tycho-compiler-plugin</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <compilerVersion>1.6</compilerVersion> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <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>win32</os> |
| <ws>win32</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86_64</arch> |
| </environment> |
| </environments> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <environmentVariables> |
| <eclipse.target>${profile.id}</eclipse.target> |
| </environmentVariables> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |