| <?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/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.eclipse.papyrus.components</groupId> |
| <artifactId>org.eclipse.papyrus.components.parent</artifactId> |
| <version>0.0.24-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| <name>Papyrus Shared Components Descriptor</name> |
| <description>This pom is the main parent pom for all Papyrus Components. It gather all shared configuration and properties, ensuring all components benefit from any evolution.</description> |
| |
| <!-- It is important to ensure your ID s are repo.eclipse.org as the Hudson |
| instance is configured to use these IDs. --> |
| <distributionManagement> |
| <repository> |
| <id>repo.eclipse.org</id> |
| <name>Papyrus |
| Repository - Releases |
| </name> |
| <url>https://repo.eclipse.org/content/repositories/papyrus-releases/ |
| </url> |
| </repository> |
| <snapshotRepository> |
| <id>repo.eclipse.org</id> |
| <name>Papyrus |
| Repository - Snapshots |
| </name> |
| <url>https://repo.eclipse.org/content/repositories/papyrus-snapshots/ |
| </url> |
| <uniqueVersion>true</uniqueVersion> |
| </snapshotRepository> |
| <site> |
| <id>git.eclipse.org.server</id> |
| <url>scm:git:https://git.eclipse.org/gitroot/www.eclipse.org/papyrus/components/${componentShortname}</url> |
| </site> |
| </distributionManagement> |
| |
| <organization> |
| <name>Eclipse foundation</name> |
| <url>https://www.eclipse.org/</url> |
| </organization> |
| |
| <scm> |
| <url>http://git.eclipse.org/c/papyrus/org.eclipse.papyrus.tools.git/</url> |
| <connection>scm:git:http://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.tools.git</connection> |
| <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.tools.git</developerConnection> |
| </scm> |
| |
| <ciManagement> |
| <system>Hudson</system> |
| <url>https://hudson.eclipse.org/papyrus/view/Components/</url> |
| </ciManagement> |
| <issueManagement> |
| <url>https://bugs.eclipse.org/bugs/buglist.cgi?product=Papyrus&component=components</url> |
| <system>Bugzilla</system> |
| </issueManagement> |
| |
| <licenses> |
| <license> |
| <name>Eclipse Public License - v 1.0</name> |
| <url>http://www.eclipse.org/legal/epl-v10.html</url> |
| <distribution>repo</distribution> |
| <comments>Copyright (c) 2015 CEA LIST and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distributione</comments> |
| </license> |
| </licenses> |
| |
| <developers> |
| <developer> |
| <name>Benoit MAGGI</name> |
| <organization>CEA Tech LIST</organization> |
| <organizationUrl>http://www-list.cea.fr/</organizationUrl> |
| <id>bmaggi</id> |
| </developer> |
| <developer> |
| <name>Francois LE FEVRE</name> |
| <organization>CEA Tech LIST</organization> |
| <organizationUrl>http://www-list.cea.fr/</organizationUrl> |
| <id>flefevre</id> |
| </developer> |
| </developers> |
| |
| <properties> |
| <tycho-version>1.0.0</tycho-version> |
| <tychoExtrasVersion>1.0.0</tychoExtrasVersion> |
| |
| |
| <!-- plugins versions --> |
| <!-- use 'mvn versions:display-plugin-updates' to check for the latest --> |
| <mylyn.wikitext.version>2.9.0-SNAPSHOT</mylyn.wikitext.version> |
| <maven-checkstyle-version>2.12.1</maven-checkstyle-version> |
| <maven-findbugs-version>3.0.0</maven-findbugs-version> |
| <maven-pmd-version>3.1</maven-pmd-version> |
| <maven-jxr-version>2.3</maven-jxr-version> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| |
| <rcptt-runner-version>2.1.0</rcptt-runner-version> |
| |
| <!-- Sonar properties --> |
| <sonar.language>java</sonar.language> |
| <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
| <sonar.jacoco.reportPath>${session.executionRootDirectory}/target/jacoco.exec</sonar.jacoco.reportPath> |
| <jacoco-version>0.7.9</jacoco-version> |
| <siteMainDirectory>${WORKSPACE}/staging</siteMainDirectory> |
| |
| <!-- Eclipse properties --> |
| |
| <!-- default environment overridden by profile, tycho preempts profile --> |
| <java.source>1.8</java.source> |
| <java.target>1.8</java.target> |
| |
| <!-- Platform properties --> |
| <env.ui.test>-Xms512m -Xmx2048m</env.ui.test> |
| |
| <!-- Properties to be overridden by component --> |
| <componentHudsonTabname>Components</componentHudsonTabname> |
| <componentShortname>components</componentShortname> |
| <component.header>header.epl.txt</component.header> |
| <component.root>${session.executionRootDirectory}</component.root> |
| </properties> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>eclipse-maven-releases</id> |
| <url>https://repo.eclipse.org/content/repositories/releases/</url> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </pluginRepository> |
| <pluginRepository> |
| <id>jboss-public-repository-group</id> |
| <name>JBoss Public Repository Group</name> |
| <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </pluginRepository> |
| <pluginRepository> |
| <id>rcptt-releases</id> |
| <name>RCPTT Maven repository</name> |
| <url>https://repo.eclipse.org/content/repositories/rcptt-releases/</url> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <modules> |
| <module>org.eclipse.papyrus.components.archetype</module> |
| <module>targetplatforms</module> |
| </modules> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.eclipse.papyrus.tools</groupId> |
| <artifactId>org.eclipse.papyrus.tools.rcptt</artifactId> |
| <version>0.1.0</version> |
| <type>rcpttTest</type> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.10.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>3.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-deploy-plugin</artifactId> |
| <version>2.8.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <version>1.10</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-report-plugin</artifactId> |
| <version>2.19.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-enforcer-plugin</artifactId> |
| <version>1.4.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <version>2.7</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-clean-plugin</artifactId> |
| <version>3.0.0</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.5</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>3.5.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.xtend</groupId> |
| <artifactId>xtend-maven-plugin</artifactId> |
| <version>2.9.2</version> |
| </plugin> |
| <!-- enable tycho build extension --> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-compiler-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <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-p2-repository-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin><!-- enable source bundle generation --> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-source-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-source-feature-plugin</artifactId> |
| <version>${tychoExtrasVersion}</version> |
| </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>${tychoExtrasVersion}</version> |
| </dependency> |
| </dependencies> |
| <configuration> |
| <timestampProvider>jgit</timestampProvider> |
| <jgit.ignore>pom.xml</jgit.ignore> |
| <jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-versions-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-director-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-version-bump-plugin</artifactId> |
| <version>${tychoExtrasVersion}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.jacoco</groupId> |
| <artifactId>jacoco-maven-plugin</artifactId> |
| <version>${jacoco-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200a-plugin</artifactId> |
| <version>${tychoExtrasVersion}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200b-plugin</artifactId> |
| <version>${tychoExtrasVersion}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.cbi.maven.plugins</groupId> |
| <artifactId>eclipse-jarsigner-plugin</artifactId> |
| <version>1.1.2</version> |
| </plugin> |
| <plugin> |
| <!-- https://github.com/jbosstools/jbosstools-maven-plugins/wiki --> |
| <groupId>org.jboss.tools.tycho-plugins</groupId> |
| <artifactId>repository-utils</artifactId> |
| <version>0.23.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.rcptt</groupId> |
| <artifactId>rcptt-maven-plugin</artifactId> |
| <version>2.1.0</version> |
| <extensions>true</extensions> |
| <configuration> |
| <runner> |
| <version>${rcptt-runner-version}</version> |
| <!-- Manage the memory used by Runner --> |
| <vmArgs> |
| <vmArg>-Xmx1024m</vmArg> |
| <!--<vmArg>-javaagent:${user.home}/.m2/repository/org/jacoco/org.jacoco.agent/${jacoco-version}/org.jacoco.agent-${jacoco-version}-runtime.jar=destfile=${sonar.jacoco.reportPath}</vmArg> --> |
| </vmArgs> |
| </runner> |
| |
| <aut> |
| <explicit>../${component.fullartifactId}.product/target/products/${component.fullartifactId}.product-[platform].zip</explicit> |
| <!-- reuseExistingWorkspace>false</reuseExistingWorkspace --> |
| |
| <args> |
| <arg>-clean</arg> |
| <arg>-port</arg> |
| <arg>8080</arg> |
| </args> |
| |
| <vmArgs> |
| <vmArg>-Xmx1536m</vmArg> |
| <vmArg>-XX:MaxPermSize=1024m</vmArg> |
| <vmArg>-DWORKSPACE=${WORKSPACE}</vmArg> |
| </vmArgs> |
| </aut> |
| <testOptions> |
| <!-- Timeout for all tests, in seconds --> |
| <execTimeout>3600</execTimeout> |
| <!-- Timeout for a single test case, in seconds --> |
| <testExecTimeout>1200</testExecTimeout> |
| <!-- When true, include output of 'take-screenshot' and 'trace' ECL |
| commands into a report <passedTestDetails>true</passedTestDetails> --> |
| </testOptions> |
| </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> |
| org.eclipse.rcptt |
| </groupId> |
| <artifactId> |
| rcptt-maven-plugin |
| </artifactId> |
| <versionRange> |
| [2.0.1,) |
| </versionRange> |
| <goals> |
| <goal>resources</goal> |
| <goal>execute</goal> |
| </goals> |
| </pluginExecutionFilter> |
| <action> |
| <ignore /> |
| </action> |
| </pluginExecution> |
| </pluginExecutions> |
| </lifecycleMappingMetadata> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>com.mycila</groupId> |
| <artifactId>license-maven-plugin</artifactId> |
| <version>3.0.rc1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.mylyn.docs</groupId> |
| <artifactId>org.eclipse.mylyn.wikitext.core.maven</artifactId> |
| <version>${mylyn.wikitext.version}</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| |
| |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-compiler-plugin</artifactId> |
| <configuration> |
| <source>${java.source}</source> |
| <target>${java.target}</target> |
| <optimize>true</optimize> |
| <showWarnings>true</showWarnings> |
| </configuration> |
| </plugin> |
| <!-- enable tycho build extension --> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-maven-plugin</artifactId> |
| <extensions>true</extensions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-repository-plugin</artifactId> |
| </plugin> |
| <plugin><!-- enable source bundle generation --> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-source-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>plugin-source</id> |
| <goals> |
| <goal>plugin-source</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-source-feature-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>source-feature</id> |
| <phase>package</phase> |
| <goals> |
| <goal>source-feature</goal> |
| </goals> |
| <configuration> |
| <excludes> |
| <plugin id="${component.rcp.name}" /> |
| </excludes> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>attach-p2-metadata</id> |
| <phase>package</phase> |
| <goals> |
| <goal>p2-metadata</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <defaultP2Metadata>false</defaultP2Metadata> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-versions-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <configuration> |
| <failIfNoTests>false</failIfNoTests> |
| <useUIHarness>true</useUIHarness> |
| <useUIThread>true</useUIThread> |
| <!--<showEclipseLog>true</showEclipseLog> --> |
| <!--<testFailureIgnore>true</testFailureIgnore> --> |
| <jvmArgs> |
| <args>${ui.test.vmargs}</args> |
| </jvmArgs> |
| <bundleStartLevel> |
| <bundle> |
| <id>${component.servicetype}</id> |
| <level>6</level> |
| <autoStart>true</autoStart> |
| </bundle> |
| |
| <bundle> |
| <id>org.eclipse.equinox.launcher</id> |
| <level>4</level> |
| <autoStart>true</autoStart> |
| </bundle> |
| </bundleStartLevel> |
| <dependencies> |
| <dependency> |
| <type>p2-installable-unit</type> |
| <artifactId>org.eclipse.equinox.ds</artifactId> |
| </dependency> |
| <dependency> |
| <type>p2-installable-unit</type> |
| <artifactId>org.eclipse.equinox.event</artifactId> |
| </dependency> |
| </dependencies> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <configuration> |
| <includePackedArtifacts>true</includePackedArtifacts> |
| <targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource> |
| <environments> |
| <environment> |
| <os>win32</os> |
| <ws>win32</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>linux</os> |
| <ws>gtk</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86_64</arch> |
| </environment> |
| </environments> |
| <target> |
| <artifact> |
| <groupId>${component.package.rootname}</groupId> |
| <artifactId>${component.fullartifactId}.targetplatform.${eclipse.targetrelease}</artifactId> |
| <version>${target.version}</version> |
| </artifact> |
| </target> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| |
| <profiles> |
| <profile> |
| <id>IP</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <build> |
| <plugins> |
| <!-- license --> |
| <plugin> |
| <groupId>com.mycila</groupId> |
| <artifactId>license-maven-plugin</artifactId> |
| <configuration> |
| <header>${component.root}/src/etc/${component.header}</header> |
| <useDefaultExcludes>true</useDefaultExcludes> |
| <failIfMissing>true</failIfMissing> |
| <strictCheck>false</strictCheck> |
| <aggregate>true</aggregate> |
| <includes> |
| <include>**/*.java</include> |
| </includes> |
| <excludes> |
| <exclude>**/src/site/**</exclude> |
| <exclude>**/target/**</exclude> |
| <exclude>**/src-gen/**</exclude> |
| <exclude>**/xtend-gen/**</exclude> |
| </excludes> |
| </configuration> |
| <executions> |
| <execution> |
| <phase>process-sources</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| |
| <!-- use this profile if you need to launch sonar or other quality-related |
| plugins on the built artifacts. --> |
| <profile> |
| <id>quality</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-checkstyle-plugin</artifactId> |
| <version>${maven-checkstyle-version}</version> |
| <executions> |
| <execution> |
| <id>checkstyle</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>checkstyle</goal> |
| </goals> |
| </execution> |
| </executions> |
| <dependencies> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl-over-slf4j</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-jdk14</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>findbugs-maven-plugin</artifactId> |
| <version>${maven-findbugs-version}</version> |
| <configuration> |
| <xmlOutput>true</xmlOutput> |
| <failOnError>false</failOnError> |
| </configuration> |
| <executions> |
| <execution> |
| <id>findbugs</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>findbugs</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-pmd-plugin</artifactId> |
| <version>${maven-pmd-version}</version> |
| <executions> |
| <execution> |
| <id>pmd-cpd</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>pmd</goal> |
| <goal>cpd</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.jacoco</groupId> |
| <artifactId>jacoco-maven-plugin</artifactId> |
| <configuration> |
| <includes> |
| <include>org.eclipse.papyrus*</include> |
| </includes> |
| </configuration> |
| <executions> |
| <execution> |
| <id>prepare-integration-tests</id> |
| <phase>pre-integration-test</phase> |
| <goals> |
| <goal>prepare-agent</goal> |
| </goals> |
| <configuration> |
| <!-- Where to put jacoco coverage report for multi modules project --> |
| <include>${component.package.rootname}.*</include> |
| <output>file</output> |
| <destFile>${sonar.jacoco.reportPath}</destFile> |
| <append>true</append> |
| </configuration> |
| </execution> |
| <execution> |
| <id>jacoco-site</id> |
| <phase>post-integration-test</phase> |
| <goals> |
| <goal>report</goal> |
| </goals> |
| <configuration> |
| <dataFile>${sonar.jacoco.reportPath}</dataFile> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <failIfNoTests>false</failIfNoTests> |
| <useUIHarness>true</useUIHarness> |
| <useUIThread>true</useUIThread> |
| <jvmArgs> |
| <args>${ui.test.vmargs}</args> |
| <args>${tycho.testArgLine}</args> |
| </jvmArgs> |
| |
| <bundleStartLevel> |
| <bundle> |
| <id>${component.servicetype}</id> |
| <level>6</level> |
| <autoStart>true</autoStart> |
| </bundle> |
| <bundle> |
| <id>org.eclipse.equinox.launcher</id> |
| <level>4</level> |
| <autoStart>true</autoStart> |
| </bundle> |
| |
| </bundleStartLevel> |
| <dependencies> |
| <dependency> |
| <type>eclipse-plugin</type> |
| <artifactId>org.eclipse.equinox.event</artifactId> |
| <version>0.0.0</version> |
| </dependency> |
| </dependencies> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| </plugin> |
| </plugins> |
| </reporting> |
| </profile> |
| <profile> |
| <id>compare-version-with-baselines</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-p2-extras-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>verify</phase> |
| <goals> |
| <goal>compare-version-with-baselines</goal> |
| </goals> |
| <configuration> |
| <baselines> |
| <path>${component.apibaseline.url}]</path> |
| </baselines> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>documentation</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>buildnumber-maven-plugin</artifactId> |
| <version>1.3</version> |
| <executions> |
| <execution> |
| <phase>pre-site</phase> |
| <goals> |
| <goal>create</goal> |
| </goals> |
| <configuration> |
| <doCheck>false</doCheck> |
| <doUpdate>false</doUpdate> |
| <format>{0,date,yyyy-MM-dd_HH-mm}</format> |
| <items> |
| <item>timestamp</item> |
| </items> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <inherited>true</inherited> |
| <executions> |
| <execution> |
| <id>copy-resources</id> |
| <phase>process-resources</phase> |
| <goals> |
| <goal>copy-resources</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>src/site/resources/images/rcptt-screenshots/</outputDirectory> |
| <resources> |
| <resource> |
| <directory>${WORKSPACE}/rcptt-screenshots/</directory> |
| <filtering>false</filtering> |
| </resource> |
| </resources> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <configuration> |
| <generateReports>true</generateReports> |
| <inputEncoding>UTF-8</inputEncoding> |
| <outputEncoding>UTF-8</outputEncoding> |
| <skipDeploy>false</skipDeploy> |
| <stagingSiteURL>file://${siteMainDirectory}</stagingSiteURL> |
| </configuration> |
| <dependencies> |
| <dependency> |
| <groupId>lt.velykis.maven.skins</groupId> |
| <artifactId>reflow-velocity-tools</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.velocity</groupId> |
| <artifactId>velocity</artifactId> |
| <version>1.7</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| </plugins> |
| </build> |
| <reporting> |
| <excludeDefaults>false</excludeDefaults> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <additionalparam>-Xdoclint:none</additionalparam> |
| </configuration> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>javadoc-no-fork</report> |
| <report>test-javadoc-no-fork</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.9</version> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>index</report> |
| <report>dependencies</report> |
| <report>project-team</report> |
| <report>mailing-list</report> |
| <report>cim</report> |
| <report>issue-tracking</report> |
| <report>license</report> |
| <report>scm</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-report-plugin</artifactId> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>report-only</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-changelog-plugin</artifactId> |
| <version>2.3</version> |
| <reportSets> |
| <reportSet> |
| <id>dual-report</id> |
| <configuration> |
| <type>range</type> |
| <range>30</range> |
| </configuration> |
| <reports> |
| <report>changelog</report> |
| <report>file-activity</report> |
| <report>dev-activity</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-changes-plugin</artifactId> |
| <version>2.12</version> |
| <configuration> |
| <executions> |
| <execution> |
| <id>validate-changes</id> |
| <phase>pre-site</phase> |
| <goals> |
| <goal>changes-validate</goal> |
| </goals> |
| <configuration> |
| <failOnError>true</failOnError> |
| </configuration> |
| </execution> |
| </executions> |
| </configuration> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>changes-report</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.jacoco</groupId> |
| <artifactId>jacoco-maven-plugin</artifactId> |
| <version>${jacoco-version}</version> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| </profile> |
| |
| <!-- Profile for MDE publication --> |
| <profile> |
| <id>documentation-eclipse</id> |
| <activation> |
| <file> |
| <exists>src/site/mediawiki</exists> |
| </file> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.mylyn.docs</groupId> |
| <artifactId>org.eclipse.mylyn.wikitext.core.maven</artifactId> |
| <configuration> |
| <sourceFolder>src/site/mediawiki</sourceFolder> |
| <outputFolder>${project.build.directory}/site/mediawiki</outputFolder> |
| <multipleOutputFiles>false</multipleOutputFiles> |
| <navigationImages>true</navigationImages> |
| <formatOutput>true</formatOutput> |
| <htmlFilenameFormat>$1.html</htmlFilenameFormat> |
| <xmlFilenameFormat>$1-toc.xml</xmlFilenameFormat> |
| <helpPrefix>target/site/mediawiki</helpPrefix> |
| </configuration> |
| <executions> |
| <execution> |
| <phase>site</phase> |
| <goals> |
| <goal>eclipse-help</goal> |
| </goals> |
| </execution> |
| </executions> |
| <dependencies> |
| <dependency> |
| <groupId>org.eclipse.mylyn.docs</groupId> |
| <artifactId>org.eclipse.mylyn.wikitext.mediawiki.core</artifactId> |
| <version>${mylyn.wikitext.version}</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <!-- Have to be activated with profile documentation --> |
| <profile> |
| <id>documentation-pdf</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <inherited>true</inherited> |
| <executions> |
| <execution> |
| <id>copy-resources</id> |
| <phase>process-resources</phase> |
| <goals> |
| <goal>copy-resources</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>src/site/resources/images/rcptt-screenshots/</outputDirectory> |
| <resources> |
| <resource> |
| <directory>${WORKSPACE}/rcptt-screenshots/</directory> |
| <filtering>false</filtering> |
| </resource> |
| </resources> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <!-- Failed on hudson see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473888 --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-pdf-plugin</artifactId> |
| <version>1.3</version> |
| <inherited>true</inherited> |
| <dependencies> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl-over-slf4j</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-jdk14</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-nop</artifactId> |
| <version>1.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>1.2</version> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id>userguidepdf</id> |
| <phase>site</phase> |
| <goals> |
| <goal>pdf</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>${project.reporting.outputDirectory}/pdf</outputDirectory> |
| <includeReports>false</includeReports> |
| <docDescriptor>src/site/pdf/user-guide.pdf.xml</docDescriptor> |
| </configuration> |
| </execution> |
| <execution> |
| <id>developerguidepdf</id> |
| <phase>site</phase> |
| <goals> |
| <goal>pdf</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>${project.reporting.outputDirectory}/pdf</outputDirectory> |
| <includeReports>false</includeReports> |
| <docDescriptor>src/site/pdf/developer-guide.pdf.xml</docDescriptor> |
| </configuration> |
| </execution> |
| <execution> |
| <id>relengerguidepdf</id> |
| <phase>site</phase> |
| <goals> |
| <goal>pdf</goal> |
| </goals> |
| <configuration> |
| <outputDirectory>${project.reporting.outputDirectory}/pdf</outputDirectory> |
| <includeReports>false</includeReports> |
| <docDescriptor>src/site/pdf/relenger-guide.pdf.xml</docDescriptor> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <!-- Profiles for Eclipse Server - start --> |
| <!-- Stable release profile. Eclipse servers only --> |
| <profile> |
| <id>eclipse-sign</id> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <configuration> |
| <includePackedArtifacts>true</includePackedArtifacts> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200a-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>pack200-normalize</id> |
| <goals> |
| <goal>normalize</goal> |
| </goals> |
| <phase>verify</phase> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.cbi.maven.plugins</groupId> |
| <artifactId>eclipse-jarsigner-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>sign</id> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| <phase>verify</phase> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200b-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>pack200-pack</id> |
| <goals> |
| <goal>pack</goal> |
| </goals> |
| <phase>verify</phase> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>p2-metadata</id> |
| <goals> |
| <goal>p2-metadata</goal> |
| </goals> |
| <phase>verify</phase> |
| </execution> |
| </executions> |
| <configuration> |
| <defaultP2Metadata>false</defaultP2Metadata> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>eclipse-pack</id> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <configuration> |
| <includePackedArtifacts>true</includePackedArtifacts> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200a-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>pack200-normalize</id> |
| <goals> |
| <goal>normalize</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-pack200b-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>pack200-pack</id> |
| <goals> |
| <goal>pack</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>p2-metadata</id> |
| <goals> |
| <goal>p2-metadata</goal> |
| </goals> |
| <phase>package</phase> |
| </execution> |
| </executions> |
| <configuration> |
| <defaultP2Metadata>false</defaultP2Metadata> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <!-- Profiles for Eclipse Server - end --> |
| <!-- Profiles to manage the target eclipse platform environment --> |
| <profile> |
| <id>neon</id> |
| <activation> |
| <property> |
| <name>eclipse.release</name> |
| <value>neon</value> |
| </property> |
| </activation> |
| <properties> |
| <java.source>1.8</java.source> |
| <java.target>1.8</java.target> |
| <eclipse.targetrelease>neon</eclipse.targetrelease> |
| </properties> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-enforcer-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>enforce-java</id> |
| <goals> |
| <goal>enforce</goal> |
| </goals> |
| <configuration> |
| <rules> |
| <requireJavaVersion> |
| <version>1.8.0</version> |
| </requireJavaVersion> |
| </rules> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>neon-papyrusnightly</id> |
| <activation> |
| <property> |
| <name>eclipse.release</name> |
| <value>neon-papyrusnightly</value> |
| </property> |
| </activation> |
| <properties> |
| <java.source>1.8</java.source> |
| <java.target>1.8</java.target> |
| <eclipse.targetrelease>neon-papyrusnightly</eclipse.targetrelease> |
| </properties> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-enforcer-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>enforce-java</id> |
| <goals> |
| <goal>enforce</goal> |
| </goals> |
| <configuration> |
| <rules> |
| <requireJavaVersion> |
| <version>1.8.0</version> |
| </requireJavaVersion> |
| </rules> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-surefire-plugin</artifactId> |
| <configuration> |
| <excludes> |
| <exclude>**/DocModelTest.java</exclude> |
| </excludes> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <!-- Profiles to manage the target eclipse platform environment end --> |
| <!-- Profiles to manage the OS environment --> |
| <profile> |
| <id>macosx</id> |
| <activation> |
| <os> |
| <family>mac</family> |
| </os> |
| </activation> |
| <properties> |
| <ui.test.vmargs>-XstartOnFirstThread ${env.ui.test}</ui.test.vmargs> |
| </properties> |
| </profile> |
| <profile> |
| <id>other-os</id> |
| <activation> |
| <os> |
| <family>!mac</family> |
| </os> |
| </activation> |
| <properties> |
| <ui.test.vmargs>${env.ui.test}</ui.test.vmargs> |
| </properties> |
| </profile> |
| <!-- Profiles to manage the OS environment end --> |
| <!-- Profile for web publication --> |
| <!-- Generate locally your web site: mvn clean install site site:stage-deploy |
| -Pdocumentation,documentation-pdf,web.local --> |
| <profile> |
| <id>web.local</id> |
| <properties> |
| <web.absoluteResourceURL>${siteMainDirectory}</web.absoluteResourceURL> |
| <web.href>${web.absoluteResourceURL}/index.html</web.href> |
| </properties> |
| </profile> |
| <profile> |
| <id>web.gerrit</id> |
| <properties> |
| <web.absoluteResourceURL>https://hudson.eclipse.org/papyrus/view/${componentHudsonTabname}/job/papyrus-${componentShortname}-gerrit-website/ws/site-staging/</web.absoluteResourceURL> |
| <web.href>${web.absoluteResourceURL}/index.html</web.href> |
| </properties> |
| </profile> |
| <profile> |
| <id>web.staging</id> |
| <properties> |
| <web.absoluteResourceURL>https://hudson.eclipse.org/papyrus/view/${componentHudsonTabname}/job/papyrus-${componentShortname}-website/ws/site-staging/</web.absoluteResourceURL> |
| <web.href>${web.absoluteResourceURL}/index.html</web.href> |
| </properties> |
| </profile> |
| <profile> |
| <id>web.release</id> |
| <properties> |
| <web.absoluteResourceURL>https://www.eclipse.org/papyrus/components/${componentShortname}/${tagId}</web.absoluteResourceURL> |
| <web.href>${web.absoluteResourceURL}/index.html</web.href> |
| </properties> |
| </profile> |
| |
| <!-- Profile for MDE publication --> |
| <profile> |
| <id>mde</id> |
| <activation> |
| <file> |
| <exists>resources/doc</exists> |
| </file> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.6</version> |
| <dependencies> |
| <dependency> |
| <groupId>org.eclipse.papyrus.tools</groupId> |
| <artifactId>org.eclipse.papyrus.tools.assemblies</artifactId> |
| <version>0.0.1</version> |
| </dependency> |
| </dependencies> |
| <configuration> |
| <finalName>${project.artifactId}-${project.version}</finalName> |
| <descriptorRefs> |
| <descriptorRef>mde-assembly</descriptorRef> |
| </descriptorRefs> |
| </configuration> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>single</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>attach-artifacts</id> |
| <phase>package</phase> |
| <goals> |
| <goal>attach-artifact</goal> |
| </goals> |
| <configuration> |
| <artifacts> |
| <artifact> |
| <file>target/${project.artifactId}-${project.version}-mde.zip</file> |
| <type>zip</type> |
| </artifact> |
| </artifacts> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>default-WORKSPACE</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>!WORKSPACE</name> |
| </property> |
| </activation> |
| <properties> |
| <WORKSPACE>${user.home}/workspace</WORKSPACE> |
| </properties> |
| </profile> |
| |
| <!-- This profile allows updating any target platform file with the latest |
| version of the feature usage at the root of the project or directly at the |
| target platform location prerequisite: you need to add a target.file at the |
| root of your maven plugin mvn validate -DtargetUpdate=true -Declipse.targetrelease=neon-papyrusnightly |
| -Declipse.release=neon-papyrusnightly -f targetplatform/pom.xml -Declipse.targetrelease=neon-papyrusnightly |
| -Declipse.release=neon-papyrusnightly: to specify which target to update |
| -DtargetUpdate=true: to force the update it is linked to the validate phase --> |
| <profile> |
| <id>targetUpdate</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>targetUpdate</name> |
| <value>true</value> |
| </property> |
| <file> |
| <exists>target.file</exists> |
| </file> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho.extras</groupId> |
| <artifactId>tycho-version-bump-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>validate</phase> |
| <goals> |
| <goal>update-target</goal> |
| </goals> |
| <configuration> |
| <targetFile>${component.package.rootname}.${component.shortname}.targetplatform.${eclipse.targetrelease}.target</targetFile> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| </profiles> |
| </project> |