blob: 6199f79e4423ace62b7582896354a44d452d6d38 [file] [log] [blame]
<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>
<parent>
<artifactId>eclipse-releng-test-parent</artifactId>
<groupId>org.eclipse</groupId>
<version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.releng</groupId>
<artifactId>org.eclipse.releng.bug460487</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>2.2</version>
<configuration>
<output>target/resources/effectiveSettings.xml</output>
</configuration>
<executions>
<execution>
<id>expressions</id>
<goals>
<goal>expressions</goal>
</goals>
<phase>compile</phase>
</execution>
<execution>
<id>effective-settings</id>
<goals>
<goal>effective-settings</goal>
</goals>
<phase>compile</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>