Author: mickael_istria
Date: 2012-08-30 07:54:17 -0400 (Thu, 30 Aug 2012)
New Revision: 43326
Modified:
trunk/build/target-platform/pom.xml
Log:
Restored target-platform-validation-plugin
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2012-08-30 11:35:08 UTC (rev 43325)
+++ trunk/build/target-platform/pom.xml 2012-08-30 11:54:17 UTC (rev 43326)
@@ -20,13 +20,37 @@
<
eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&...
<!-- Temporary before release of Tycho 0.16 -->
<!-- JBIDE-12003 -->
- <tychoVersion>0.15.0</tychoVersion>
- <tychoExtrasVersion>0.15.0</tychoExtrasVersion>
+ <tychoVersion>0.16.0-SNAPSHOT</tychoVersion>
+ <tychoExtrasVersion>0.16.0-SNAPSHOT</tychoExtrasVersion>
</properties>
<build>
<plugins>
<plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>target-platform-validation-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>validate-target-platform</goal>
+ </goals>
+ <configuration>
+ <targetFiles>
+ <param>multiple.target</param>
+ <!-- DO NOT VALIDATE unified.target until multiple.target is built and
published -->
+ <param>unified.target</param>
+ <!-- DO NOT VALIDATE jbds.target since it's the same as multiple.target
now (redundant step)
+ <param>jbds.target</param
+ -->
+ </targetFiles>
+ <failOnError>true</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.3</version>