Repository: maven-surefire Updated Branches: refs/heads/master be6d658d0 -> 7af0a0a23
README.md updated to new Jenkins Pipeline and Jenkinsfile Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7af0a0a2 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7af0a0a2 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7af0a0a2 Branch: refs/heads/master Commit: 7af0a0a23ae5a35f4157b83dc2b2b129537537c3 Parents: be6d658 Author: Tibor17 <[email protected]> Authored: Sun Sep 3 02:44:23 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Sun Sep 3 02:44:23 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 -- README.md | 13 +++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7af0a0a2/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 568075f..b3ace12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,6 @@ pipeline { withEnv(["JAVA_HOME=${tool('JDK 1.8_121 (Windows Only)')}", "PATH+MAVEN=${tool('Maven 3.5.0 (Windows)')}\\bin;${env.JAVA_HOME}\\bin"]) { bat "mvn clean install jacoco:report -B -U -e -fae -V -P run-its,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false -Dintegration-test-port=8084" } - jacoco changeBuildStatus: false, execPattern: '**/*.exec', sourcePattern: '**/src/main/java', exclusionPattern: 'pkg/*.class,plexusConflict/*.class,**/surefire570/**/*.class,siblingAggregator/*.class,surefire257/*.class,surefire979/*.class,org/apache/maven/surefire/crb/*.class,org/apache/maven/plugins/surefire/selfdestruct/*.class,org/apache/maven/plugins/surefire/dumppid/*.class,org/apache/maven/plugin/surefire/*.class,org/apache/maven/plugin/failsafe/*.class,jiras/**/*.class,org/apache/maven/surefire/testng/*.class,org/apache/maven/surefire/testprovider/*.class,**/test/*.class,**/org/apache/maven/surefire/group/parse/*.class' - junit healthScaleFactor: 0.0, allowEmptyResults: true, keepLongStdio: true, testResults: '**/surefire-integration-tests/target/failsafe-reports/**/*.xml,**/surefire-integration-tests/target/surefire-reports/**/*.xml,**/maven-*/target/surefire-reports/**/*.xml,**/surefire-*/target/surefire-reports/**/*.xml,**/common-*/target/surefire-reports/**/*.xml' } } } http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7af0a0a2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 20fef40..2361f5d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [](https://maven.apache.org/surefire/) [](https://jenkins-ci.org/) +[](https://github.com/apache/maven-surefire/) + +# The Maven Community + [](https://maven.apache.org/community.html) [Join us @ irc://freenode/maven] or [Webchat with us @channel maven] # Release Notes @@ -8,8 +12,6 @@ [JIRA Change Log] -[](https://github.com/apache/maven-surefire/releases/tag/surefire-2.20) - Usage of [maven-surefire-plugin], [maven-failsafe-plugin], [maven-surefire-report-plugin]. # Project Documentation @@ -20,7 +22,7 @@ Usage of [maven-surefire-plugin], [maven-failsafe-plugin], [maven-surefire-repor [](https://builds.apache.org/job/maven-surefire/depgraph-view/) Maven 2.2.1 Plugin API -[](http://www.apache.org/licenses/LICENSE-2.0.html) [](https://builds.apache.org/job/maven-surefire/jacoco/) [](https://builds.apache.org/job/maven-surefire/lastBuild/testReport/) [](https://builds.apache.org/job/maven-surefire) [](https://builds.apache.org/job/maven-surefire-windows) +[](http://www.apache.org/licenses/LICENSE-2.0.html) [](https://builds.apache.org/view/M-R/view/Maven/job/maven-surefire-pipeline/job/master/lastBuild/testReport/) [](https://builds.apache.org/view/M-R/view/Maven/job/maven-surefire-pipeline/job/master/) # Development Information @@ -34,10 +36,9 @@ But in order to run IT tests, you can do: * In order to run the build with **JDK 9** **on Windows** (**on Linux/Unix modify system property jdk.home**): *mvn install site site:stage -P reporting,run-its "-Djdk.home=e:\Program Files\Java\jdk9\"* -Deploying web site ------------------- +### Deploying web site -see http://maven.apache.org/developers/website/deploy-component-reference-documentation.html +See http://maven.apache.org/developers/website/deploy-component-reference-documentation.html [Join us @ irc://freenode/maven]: https://www.irccloud.com/invite?channel=maven&hostname=irc.freenode.net&port=6697&ssl=1 [Webchat with us @channel maven]: http://webchat.freenode.net/?channels=%23maven
