Author: taylor
Date: Mon Nov 5 12:48:40 2007
New Revision: 592148
URL: http://svn.apache.org/viewvc?rev=592148&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-807
patch from Mohan Kannapareddy
I am not going to apply this patch to the trunk as its a completely different
Maven-2 build
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/page-manager/pom.xml
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/pom.xml
portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/page-manager/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/components/page-manager/pom.xml?rev=592148&r1=592147&r2=592148&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/components/page-manager/pom.xml
(original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/components/page-manager/pom.xml
Mon Nov 5 12:48:40 2007
@@ -87,6 +87,11 @@
<artifactId>jetspeed-id-generator</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/components/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/components/pom.xml?rev=592148&r1=592147&r2=592148&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/components/pom.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/components/pom.xml Mon Nov 5
12:48:40 2007
@@ -210,12 +210,18 @@
This setting also has ramifactions for embedded
databases
that lock access to a single JVM instance, (e.g.
derby).
-->
- <forkMode>once</forkMode>
+ <forkMode>always</forkMode>
<!--
Note: some component tests depend on current
working directory
being set to the project base directory to locate
test data.
-->
<workingDirectory>${basedir}</workingDirectory>
+ <!-- MK: -->
+ <excludes combine.children="append">
+ <exclude>**/*$*</exclude>
+ <exclude>**/*Mock*</exclude>
+ </excludes>
+ <!-- MK: -->
</configuration>
</plugin>
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml?rev=592148&r1=592147&r2=592148&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml Mon Nov 5 12:48:40 2007
@@ -141,7 +141,7 @@
to ensure test isolation for spring test cases;
specifically connection datasource management.
-->
-
<org.apache.maven.plugins.maven-surefire-plugin.version>2.1.3</org.apache.maven.plugins.maven-surefire-plugin.version>
+
<org.apache.maven.plugins.maven-surefire-plugin.version>2.3</org.apache.maven.plugins.maven-surefire-plugin.version>
<torque.version>3.2-rc3</torque.version>
<tyrex.version>1.0.1</tyrex.version>
@@ -276,7 +276,7 @@
<repository>
<id>org.apache</id>
<name>Maven1 Apache</name>
- <url>http://www.ibiblio.org/maven2</url>
+ <url>http://repo1.maven.org/maven</url>
<layout>legacy</layout>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]