You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Amey Jadiye <am...@gmail.com> on 2017/07/30 13:51:25 UTC

[email] failing with mvn clean cobertura:cobertura coveralls:report

Hi,

while fixing rat issue with commons email I also found that the travis is
failing with the below configurations, thought build is working fine.
seems like we dont have plugin configured in pom.xml


after_success:
  - mvn clean cobertura:cobertura coveralls:report

<snip>
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5.066 s
[INFO] Finished at: 2017-07-30T13:15:04+00:00
[INFO] Final Memory: 17M/490M
[INFO]
------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'coveralls' in the current project and
in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
available from the repositories [local (/home/travis/.m2/repository),
central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]

Regards,
Amey

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org

Re: [email] failing with mvn clean cobertura:cobertura coveralls:report

Posted by Stefan Bodewig <bo...@apache.org>.
On 2017-07-30, Amey Jadiye wrote:

> while fixing rat issue with commons email I also found that the travis is
> failing with the below configurations, thought build is working fine.
> seems like we dont have plugin configured in pom.xml


> after_success:
>   - mvn clean cobertura:cobertura coveralls:report

coveralls seems to be configured inside the parent POM and has been
added there with parent 42. Email still uses parent version 40.

I'll update the parent in trunk after the release has been published.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org