You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2012/06/26 13:06:21 UTC

[jira] (MPLUGIN-138) Suppress bogus warning in case goalPrefix has been set to default goal prefix

    [ https://jira.codehaus.org/browse/MPLUGIN-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=301902#comment-301902 ] 

Vincent Massol commented on MPLUGIN-138:
----------------------------------------

FTR I'm using version 2.9 and I still get this warning:

{noformat}
[WARNING] Goal prefix is specified as: 'xar'. Maven currently expects it to be 'xwiki-commons-tool-xar'.
{noformat}

My pom.xml:

{noformat}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
        <configuration>
          <!-- This to allow calling mvn xar:<mojo> from the command line. For example mvn xar:format
               Without this users would need to call mvn xwiki-commons-tool-xar-plugin:format -->
          <goalPrefix>xar</goalPrefix>
        </configuration>
      </plugin>
{noformat}

Should I reopen this issue or clone a new one?

Thanks
                
> Suppress bogus warning in case goalPrefix has been set to default goal prefix
> -----------------------------------------------------------------------------
>
>                 Key: MPLUGIN-138
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-138
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Improvement
>          Components: Plugin Plugin
>    Affects Versions: 2.4.3
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Trivial
>             Fix For: 2.5
>
>
> This is superfluous:
> {noformat}
> [WARNING]
> Goal prefix is specified as: 'versions'. Maven currently expects it to be 'versions'.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira