Repository: maven-surefire
Updated Branches:
refs/heads/master 391bab043 -> 7bd22e0ad
[SUREFIRE-654] Support for TestNG successPercentage
TestNG has the concept of "successPercentage" where a probabilistic test can be
run some number of invocations and then if the successPercentage is met, th
[SUREFIRE-654] fix TestNG successPercentage support by ensuring that "flaky"
test detection is disabled when rerunFailingTests=0
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7bd22e0a
Tree: http://git-wip-
Author: khmarbaise
Date: Sun Oct 26 21:59:36 2014
New Revision: 1634403
URL: http://svn.apache.org/r1634403
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/jxr/trunk/maven-jxr-plugin/pom.xml
maven/jxr/trunk/maven-jxr/pom.xml
maven/jxr/trunk/pom.xml
Author: khmarbaise
Date: Sun Oct 26 21:59:33 2014
New Revision: 1634402
URL: http://svn.apache.org/r1634402
Log:
[maven-release-plugin] copy for tag jxr-2.5
Added:
maven/jxr/tags/jxr-2.5/
- copied from r1634401, maven/jxr/trunk/
Author: khmarbaise
Date: Sun Oct 26 21:59:18 2014
New Revision: 1634401
URL: http://svn.apache.org/r1634401
Log:
[maven-release-plugin] prepare release jxr-2.5
Modified:
maven/jxr/trunk/maven-jxr-plugin/pom.xml
maven/jxr/trunk/maven-jxr/pom.xml
maven/jxr/trunk/pom.xml
Modified: maven
Author: khmarbaise
Date: Sun Oct 26 21:55:59 2014
New Revision: 1634400
URL: http://svn.apache.org/r1634400
Log:
[JXR-121]
- Fixed unit tests based on removement of
aggregate attribute.
Modified:
maven/jxr/trunk/maven-jxr-plugin/src/test/resources/unit/aggregate-test/aggregate-test-plug
Author: michaelo
Date: Sun Oct 26 19:58:04 2014
New Revision: 1634395
URL: http://svn.apache.org/r1634395
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/shared/trunk/maven-archiver/pom.xml
Modified: maven/shared/trunk/maven-archiver/pom.xml
URL:
http://sv
Author: michaelo
Date: Sun Oct 26 19:57:59 2014
New Revision: 1634394
URL: http://svn.apache.org/r1634394
Log:
[maven-release-plugin] copy for tag maven-archiver-2.6
Added:
maven/shared/tags/maven-archiver-2.6/
- copied from r1634393, maven/shared/trunk/maven-archiver/
Author: michaelo
Date: Sun Oct 26 19:55:53 2014
New Revision: 1634393
URL: http://svn.apache.org/r1634393
Log:
[maven-release-plugin] prepare release maven-archiver-2.6
Modified:
maven/shared/trunk/maven-archiver/pom.xml
Modified: maven/shared/trunk/maven-archiver/pom.xml
URL:
http://svn.ap
Author: khmarbaise
Date: Sun Oct 26 19:40:48 2014
New Revision: 1634391
URL: http://svn.apache.org/r1634391
Log:
[maven-release-plugin] copy for tag maven-clean-plugin-2.6.1
Added:
maven/plugins/tags/maven-clean-plugin-2.6.1/
- copied from r1634390, maven/plugins/trunk/maven-clean-plugi
Author: khmarbaise
Date: Sun Oct 26 19:40:50 2014
New Revision: 1634392
URL: http://svn.apache.org/r1634392
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL
Author: khmarbaise
Date: Sun Oct 26 19:40:33 2014
New Revision: 1634390
URL: http://svn.apache.org/r1634390
Log:
[maven-release-plugin] prepare release maven-clean-plugin-2.6.1
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
U
Author: khmarbaise
Date: Sun Oct 26 19:38:12 2014
New Revision: 1634389
URL: http://svn.apache.org/r1634389
Log:
- Rollback Release.
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plug
Author: khmarbaise
Date: Sun Oct 26 19:36:53 2014
New Revision: 1634388
URL: http://svn.apache.org/r1634388
Log:
- Failed release cause of existing tag.
Removed:
maven/plugins/tags/maven-clean-plugin-2.6.1/
Author: khmarbaise
Date: Sun Oct 26 19:17:56 2014
New Revision: 1634383
URL: http://svn.apache.org/r1634383
Log:
[maven-release-plugin] prepare release maven-clean-plugin-2.6.1
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
U
Author: khmarbaise
Date: Sun Oct 26 19:18:14 2014
New Revision: 1634385
URL: http://svn.apache.org/r1634385
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL
Author: khmarbaise
Date: Sun Oct 26 19:18:12 2014
New Revision: 1634384
URL: http://svn.apache.org/r1634384
Log:
[maven-release-plugin] copy for tag maven-clean-plugin-2.6.1
Added:
maven/plugins/tags/maven-clean-plugin-2.6.1/maven-clean-plugin/
- copied from r1634383, maven/plugins/trun
Author: michaelo
Date: Sun Oct 26 19:01:23 2014
New Revision: 1634380
URL: http://svn.apache.org/r1634380
Log:
[MSHARED-373] Upgrade Maven baseline to 2.2.1
- Added missing generics
- Worked out some TODOs
- Used some 2.1.1 methods
Modified:
maven/shared/trunk/maven-archiver/pom.xml
mav
Author: khmarbaise
Date: Sun Oct 26 18:48:29 2014
New Revision: 1634379
URL: http://svn.apache.org/r1634379
Log:
[JXR-114]
- Removed deprecated marked parameters.
Modified:
maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java
Modified:
maven/jx
Author: khmarbaise
Date: Sun Oct 26 18:42:02 2014
New Revision: 1634377
URL: http://svn.apache.org/r1634377
Log:
[JXR-115]
- Removed maven-surefire-plugin configuration which
is deprecated in the meantime.
Modified:
maven/jxr/trunk/maven-jxr-plugin/pom.xml
Modified: maven/jxr/trunk/maven
Author: khmarbaise
Date: Sun Oct 26 18:31:03 2014
New Revision: 1634375
URL: http://svn.apache.org/r1634375
Log:
[MSHARED-379]
- Upgrade to plexus-utils to 3.0.20
Modified:
maven/shared/trunk/maven-invoker/pom.xml
Modified: maven/shared/trunk/maven-invoker/pom.xml
URL:
http://svn.apache.or
Author: khmarbaise
Date: Sun Oct 26 18:23:37 2014
New Revision: 1634372
URL: http://svn.apache.org/r1634372
Log:
[MSHARED-378]
- Upgrade maven-shared-utils from 0.6 to 0.7
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
URL:
http://
Author: khmarbaise
Date: Sun Oct 26 18:13:49 2014
New Revision: 1634370
URL: http://svn.apache.org/r1634370
Log:
[MSHARED-377]
- Upgrade maven-shared-utils to 0.7
Modified:
maven/shared/trunk/maven-archiver/pom.xml
Modified: maven/shared/trunk/maven-archiver/pom.xml
URL:
http://svn.apache.
Author: khmarbaise
Date: Sun Oct 26 18:07:16 2014
New Revision: 1634369
URL: http://svn.apache.org/r1634369
Log:
[JXR-119]
- Followup cleaning up pom in relationship to upgrade of parent.
Modified:
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/
Author: khmarbaise
Date: Sun Oct 26 18:03:20 2014
New Revision: 1634368
URL: http://svn.apache.org/r1634368
Log:
[JXR-119]
- Upgrade org.apache.maven:maven-parent:24 to 25
Modified:
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/
Author: khmarbaise
Date: Sun Oct 26 17:53:17 2014
New Revision: 1634366
URL: http://svn.apache.org/r1634366
Log:
[JXR-118]
- Fixed checkstyle reported errors.
Currently excluded JavaCodeTransform.java based on
the different license header.
Modified:
maven/jxr/trunk/maven-jxr-plugin
Author: khmarbaise
Date: Sun Oct 26 14:33:01 2014
New Revision: 1634339
URL: http://svn.apache.org/r1634339
Log:
[MCLEAN-61]
- Upgrade org.apache.maven.plugins:maven-plugins:25 to 26
- Cleaned up pom accordingly.
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plug
Author: khmarbaise
Date: Sun Oct 26 14:28:00 2014
New Revision: 1634336
URL: http://svn.apache.org/r1634336
Log:
- Fixed checkstyle reported errors.
Modified:
maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/Cleaner.java
Modified:
maven/plugins/trunk/maven
Author: khmarbaise
Date: Sun Oct 26 14:14:10 2014
New Revision: 1634331
URL: http://svn.apache.org/r1634331
Log:
[MCLEAN-59]
- Changed from org.apache.maven.shared:maven-plugin-testing-harness:1.1
to org.apache.maven.plugin-testing:maven-plugin-testing-harness:1.3
Modified:
maven/plugins/
Author: khmarbaise
Date: Sun Oct 26 13:41:56 2014
New Revision: 1634325
URL: http://svn.apache.org/r1634325
Log:
[JXR-116]
- Upgrade doxia from 1.2 to 1.4
Modified:
maven/jxr/trunk/maven-jxr-plugin/pom.xml
Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL:
http://svn.apache.org/viewvc
Author: khmarbaise
Date: Sun Oct 26 13:24:23 2014
New Revision: 1634324
URL: http://svn.apache.org/r1634324
Log:
[JXR-112]
- Upgrade plexus-utils from 3.0.18 to 3.0.20
Modified:
maven/jxr/trunk/pom.xml
Modified: maven/jxr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.
Repository: maven-surefire
Updated Branches:
refs/heads/master 604147c54 -> 391bab043
[SUREFIRE-1090] Fixed NullPointerException on SmartStackTraceParser init
occurring when Thread.contextClassLoader is null
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://g
Repository: maven-surefire
Updated Branches:
refs/heads/master 5d61287af -> 604147c54
Updated documentation in SUREFIRE-1047 and SUREFIRE-1097
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/604147c5
Tree
33 matches
Mail list logo