[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r3623 - org.eclipse.stp.sca/trunk
|
- From: genie@xxxxxxxxxxx
- Date: Thu, 19 May 2011 08:06:51 -0400 (EDT)
- Delivered-to: stp-commits@eclipse.org
Author: vzurczak
Date: 2011-05-19 08:06:51 -0400 (Thu, 19 May 2011)
New Revision: 3623
Modified:
org.eclipse.stp.sca/trunk/pom.xml
Log:
Modified: org.eclipse.stp.sca/trunk/pom.xml
===================================================================
--- org.eclipse.stp.sca/trunk/pom.xml 2011-05-19 10:14:31 UTC (rev 3622)
+++ org.eclipse.stp.sca/trunk/pom.xml 2011-05-19 12:06:51 UTC (rev 3623)
@@ -10,10 +10,35 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <modules>
+ <!-- modules>
<module>parent</module>
<module>plugins</module>
<module>features</module>
<module>update-site</module>
- </modules>
+ </modules -->
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <echo>[M2_HOME] ${env.M2_HOME}</echo>
+ <echo>[Path] ${env.Path}</echo>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
\ No newline at end of file