You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/19 02:07:33 UTC

[jira] [Commented] (SLIDER-642) apache rat not found in mvn repos

    [ https://issues.apache.org/jira/browse/SLIDER-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217186#comment-14217186 ] 

Josh Elser commented on SLIDER-642:
-----------------------------------

[~stevel@apache.org], try {{mvn org.apache.rat.apache-rat:check}} instead.

Alternatively, if you add the following to your {{$HOME/.m2/settings.xml}}, {{mvn apache-rat:check}} should start working:

{code}
    <pluginGroups>
        <pluginGroup>org.apache.rat</pluginGroup>
    </pluginGroups>
{code}

> apache rat not found in mvn repos
> ---------------------------------
>
>                 Key: SLIDER-642
>                 URL: https://issues.apache.org/jira/browse/SLIDER-642
>             Project: Slider
>          Issue Type: Bug
>          Components: build
>    Affects Versions: Slider 0.60
>            Reporter: Steve Loughran
>            Priority: Minor
>
> {code}
> $ mvn apache-rat:check
> {code}
> leads to
> {code}
> [ERROR] No plugin found for prefix 'apache-rat' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/stevel/.m2/repository), ASF Staging (https://repository.apache.org/content/groups/staging/), central (http://repo.maven.apache.org/maven2)] -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)