diff --git a/.travis.yml b/.travis.yml index d6eacdc9e..adda7a1c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,8 @@ install: true script: mvn test -DskipAssembly after_success: - - mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report -Ptravis-coveralls -DskipAssembly + - mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report com.updateimpact:updateimpact-maven-plugin:submit -Ptravis-coveralls,update-impact -DskipAssembly + +env: + global: + secure: DusDFL9cuX+mj64tXQfrYVbUVYnxlXmad4nuIMj0/lgDbwJ6kxYasJmR99bdvwu08gS9D5b7a+m7WJTN0FNATzEiiGDXcM+TiDPlYDh7dcalU4QGiLmMuCCEw1r7hp2XE4BWVgDfFhCsHhStgjE4RXzHIyPowoPXr4ugPf8at6w= diff --git a/README.md b/README.md index b0b2c1be7..f534176b8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The Apache Struts web framework [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Coverage Status](https://coveralls.io/repos/github/apache/struts/badge.svg)](https://coveralls.io/github/apache/struts) +[![Dependencies](https://app.updateimpact.com/badge/713283867011846144/Struts%202.svg?config=test)](https://app.updateimpact.com/latest/713283867011846144/Struts%202) The Apache Struts web framework is a free open-source solution for creating Java web applications. diff --git a/pom.xml b/pom.xml index ab3f55370..581bf397d 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,18 @@ + + update-impact + + + + com.updateimpact + updateimpact-maven-plugin + 1.0.10 + + + +