Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
-
None
-
Windows XP SP2, JDK1.5, Maven 2.0.7
Description
(You still have to invoke the tests with emebedded derby profiles, test.)
The following changes were made:
<branch-2.1.3-root>/pom.xml
- changed Maven1 repo from ibiblio to <url>http://repo1.maven.org/maven</url>
- surefire-plugin version to stable 2.3 (hopefully 2.4 will find the light of day sometime)
<branch-2.1.3-root>/components/pom.xml
- Changed forkMode to "always" did not have time to figure out which tests really need, but looks like most will need
- configuration exclude element:
*/$* need this otherwise surefire tries to instantiate inner/anonymous classes
**/Mock same as above. - combine.children="append" hack is well know trick for the xml parser to append these to any such child .
<branch-2.1.3-root>/components/page-manager/pom.xml
- added missing xalan dependency