Author: woonsan
Date: Fri Dec 5 10:29:53 2008
New Revision: 723807
URL: http://svn.apache.org/viewvc?rev=723807&view=rev
Log:
Temporarily set SSO components not to compile and run test cases.
TODO: Refactor SSO components and test cases. After that, remove the excluding blocks.
Modified:
portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-sso/pom.xml
Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-sso/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-sso/pom.xml?rev=723807&r1=723806&r2=723807&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-sso/pom.xml
(original)
+++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/components/jetspeed-sso/pom.xml
Fri Dec 5 10:29:53 2008
@@ -85,6 +85,32 @@
<build>
<plugins>
+ <!-- Temporary excluding blocks starts -->
+ <!-- TODO: Refactor SSO components and test cases. After that, remove the
excluding blocks. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ <testExcludes>
+ <exclude>**/*.java</exclude>
+ </testExcludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <!-- Temporary excluding blocks ends -->
<plugin>
<groupId>${pom.groupId}</groupId>
<artifactId>jetspeed-unpack-maven-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|