Repository: maven-surefire
Updated Branches:
refs/heads/master f305e2ab2 -> 4287465b6
SUREFIRE-1096 Fix ClassCastException when configuring forkCount>1 and
reuseForks=true together with suiteXmlFiles. For now, surefire falls back to
using 1 fork only in that case.
Project: http://git-wip-us
SUREFIRE-1072 fix example for running multiple test methods within one test
class via -Dit.test
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f305e2ab
Tree: http://git-wip-us.apache.org/repos/asf/maven-sur
Repository: maven-surefire
Updated Branches:
refs/heads/master 86d78ad1b -> f305e2ab2
SUREFIRE-1077 avoid NPE in stacktrace parsing if a test fails without a
Throwable as cause
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/
Fix test that broke with fix for SUREFIRE-1099
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/52b79e61
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/52b79e61
Diff: http://git-wip-us.apache
Author: khmarbaise
Date: Sat Sep 27 20:30:03 2014
New Revision: 1628003
URL: http://svn.apache.org/r1628003
Log:
[MSHARED-359]
- Upgrade to Maven 2.2.1 build and compatibility.
Modified:
maven/shared/trunk/maven-shared-utils/pom.xml
Modified: maven/shared/trunk/maven-shared-utils/pom.xml
UR
Author: khmarbaise
Date: Sat Sep 27 20:26:59 2014
New Revision: 1628002
URL: http://svn.apache.org/r1628002
Log:
- Removed comment in pom.xml
Modified:
maven/shared/trunk/maven-invoker/pom.xml
Modified: maven/shared/trunk/maven-invoker/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/
Author: khmarbaise
Date: Sat Sep 27 20:22:30 2014
New Revision: 1628001
URL: http://svn.apache.org/r1628001
Log:
[MSHARED-358]
- Upgrade of plexus-utils to 3.0.15
Modified:
maven/shared/trunk/maven-invoker/pom.xml
Modified: maven/shared/trunk/maven-invoker/pom.xml
URL:
http://svn.apache.or
Author: khmarbaise
Date: Sat Sep 27 20:17:07 2014
New Revision: 1627999
URL: http://svn.apache.org/r1627999
Log:
[MSHARED-357]
- Upgrade plexus-interpolation to 1.19
Modified:
maven/shared/trunk/maven-mapping/pom.xml
Modified: maven/shared/trunk/maven-mapping/pom.xml
URL:
http://svn.apache
Author: khmarbaise
Date: Sat Sep 27 20:15:05 2014
New Revision: 1627998
URL: http://svn.apache.org/r1627998
Log:
[MSHARED-356]
- Upgrade build minimum to 2.2.1 and compatibility.
Modified:
maven/shared/trunk/maven-mapping/pom.xml
Modified: maven/shared/trunk/maven-mapping/pom.xml
URL:
http
Author: khmarbaise
Date: Sat Sep 27 20:06:13 2014
New Revision: 1627996
URL: http://svn.apache.org/r1627996
Log:
[MSHARED-355]
- Upgraded to minimum build version 2.2.1 and compatibility as well.
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filteri
Author: khmarbaise
Date: Sat Sep 27 20:01:03 2014
New Revision: 1627995
URL: http://svn.apache.org/r1627995
Log:
[MSHARED-354]
- Remvoved plexus-container-default:1.0-alpha-9-stable-1
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
U
Author: khmarbaise
Date: Sat Sep 27 19:57:35 2014
New Revision: 1627994
URL: http://svn.apache.org/r1627994
Log:
[MSHARED-353]
- Upgrade maven-shared-utils to 0.6
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
URL:
http://svn.apach
Author: khmarbaise
Date: Sat Sep 27 19:51:46 2014
New Revision: 1627993
URL: http://svn.apache.org/r1627993
Log:
[MSHARED-352]
- Upgrade plexus-utils to 3.0.15
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
URL:
http://svn.apache.o
Author: khmarbaise
Date: Sat Sep 27 19:48:30 2014
New Revision: 1627992
URL: http://svn.apache.org/r1627992
Log:
[MSHARED-351]
- Upgrade plexus-interpolation to 1.19
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
URL:
http://svn.ap
Author: khmarbaise
Date: Sat Sep 27 18:07:52 2014
New Revision: 1627986
URL: http://svn.apache.org/r1627986
Log:
- Removed unused code.
Modified:
maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
Modified:
maven/plugins/trunk/maven-ear-plugin/src/m
Repository: maven-surefire
Updated Branches:
refs/heads/master bad7cb910 -> 86d78ad1b
Make build work with JDK 1.5 again
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/86d78ad1
Tree: http://git-wip-us.ap
SUREFIRE-1099 avoid invalid link ids
Call toHtmlId() everytime before using testCase.getFullName() as anchor
id or link target.
Use DoxiaUtils.encodeId() in toHtmlId(), to avoid problems with any
illegal char.
This closes #36
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
C
Author: khmarbaise
Date: Sat Sep 27 14:27:46 2014
New Revision: 1627971
URL: http://svn.apache.org/r1627971
Log:
[MEAR-195]
- Removed plexus-container-default:1.0-alpha-9-stable-1 dependency
Modified:
maven/plugins/trunk/maven-ear-plugin/pom.xml
Modified: maven/plugins/trunk/maven-ear-plugi
Author: michaelo
Date: Sat Sep 27 13:01:17 2014
New Revision: 1627963
URL: http://svn.apache.org/r1627963
Log:
[maven-release-plugin] copy for tag maven-javadoc-plugin-2.10.1
Added:
maven/plugins/tags/maven-javadoc-plugin-2.10.1/
- copied from r1627962, maven/plugins/trunk/maven-javado
Author: michaelo
Date: Sat Sep 27 13:01:25 2014
New Revision: 1627964
URL: http://svn.apache.org/r1627964
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-javadoc-plugin/pom.xml
Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
U
Author: michaelo
Date: Sat Sep 27 12:49:47 2014
New Revision: 1627960
URL: http://svn.apache.org/r1627960
Log:
[maven-release-plugin] prepare release maven-javadoc-plugin-2.10.1
Modified:
maven/plugins/trunk/maven-javadoc-plugin/pom.xml
Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.
Author: krosenvold
Date: Sat Sep 27 08:47:25 2014
New Revision: 1627934
URL: http://svn.apache.org/r1627934
Log:
Ok, so semantics are still muddy on java6. DGF
Modified:
maven/shared/trunk/maven-shared-utils/src/test/java/org/apache/maven/shared/utils/io/DirectoryScannerTest.java
Modified:
Author: krosenvold
Date: Sat Sep 27 08:30:26 2014
New Revision: 1627932
URL: http://svn.apache.org/r1627932
Log:
[MSHARED-350] Testcase that proves the current implementation is good enough
Modified:
maven/shared/trunk/maven-shared-utils/src/test/java/org/apache/maven/shared/utils/io/Directo
Author: hboutemy
Date: Sat Sep 27 07:01:33 2014
New Revision: 1627926
URL: http://svn.apache.org/r1627926
Log:
fixed errors reported by Checkstyle
Modified:
maven/shared/trunk/maven-shared-utils/pom.xml
maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/Pat
24 matches
Mail list logo