Author: bdaw
Date: 2007-11-15 14:48:52 -0500 (Thu, 15 Nov 2007)
New Revision: 8957
Modified:
modules/identity/trunk/build/pom.xml
modules/identity/trunk/identity/pom.xml
Log:
enforcer plugin and missing cargo plugin version
Modified: modules/identity/trunk/build/pom.xml
===================================================================
--- modules/identity/trunk/build/pom.xml 2007-11-15 19:21:45 UTC (rev 8956)
+++ modules/identity/trunk/build/pom.xml 2007-11-15 19:48:52 UTC (rev 8957)
@@ -51,6 +51,7 @@
<properties>
<version.junit>3.8.1</version.junit>
+ <version.cargo>0.9-portal</version.cargo>
<version.ant>1.6.5</version.ant>
<version.jboss.portal.common>1.1.0-SNAPSHOT</version.jboss.portal.common>
<version.jboss.portal.test>1.1.0-SNAPSHOT</version.jboss.portal.test>
Modified: modules/identity/trunk/identity/pom.xml
===================================================================
--- modules/identity/trunk/identity/pom.xml 2007-11-15 19:21:45 UTC (rev 8956)
+++ modules/identity/trunk/identity/pom.xml 2007-11-15 19:48:52 UTC (rev 8957)
@@ -148,6 +148,29 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-property</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>JBOSS_HOME</property>
+ <message>"You must specify JBoss Application Server
installation directory using -DJBOSS_HOME=... command line argument"</message>
+ <!--<regex>"\d"</regex>-->
+ <!--<regexMessage>"You must have a digit in your
baseDir!"</regexMessage>-->
+ </requireProperty>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
@@ -245,6 +268,9 @@
</configuration>
</plugin>
<plugin>
+ <dependencies>
+
+ </dependencies>
<groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-maven2</artifactId>
<executions>
@@ -263,8 +289,8 @@
</testsuite>
</testsuites>
<reports>
- <xml>../testsuite/reports/xml</xml>
- <html>../testsuite/reports/html</html>
+ <xml>${basedir}/reports/xml</xml>
+ <html>${basedir}/reports/html</html>
</reports>
</configuration>
</plugin>
Show replies by date