Add Travis CI configuration file. Add Badges. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1773305 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/83c33fd2 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/83c33fd2 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/83c33fd2 Branch: refs/heads/master Commit: 83c33fd235f8e80d95820304866dcab214ea1474 Parents: 02cc0d4 Author: Gary D. Gregory <[email protected]> Authored: Thu Dec 8 22:13:35 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Thu Dec 8 22:13:35 2016 +0000 ---------------------------------------------------------------------- .travis.yml | 22 ++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/83c33fd2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a0e1204 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +language: java +sudo: false + +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/83c33fd2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d5cd7ad..efcdce8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ More information can be found on the [homepage](https://commons.apache.org/prope The [JavaDoc](https://commons.apache.org/proper/commons-commons-build-plugin/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Build Plugin Maven Mojo should be posted to the [user mailing list][ml]. +[](https://travis-ci.org/apache/commons-build-plugin) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin) +[](http://www.apache.org/licenses/LICENSE-2.0.html) + Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-commons-build-plugin/download_commons-build-plugin.cgi).
