Missing dependency to gmaven-plugin 1.1
---------------------------------------

                 Key: MFINDBUGS-139
                 URL: http://jira.codehaus.org/browse/MFINDBUGS-139
             Project: Maven 2.x FindBugs Plugin
          Issue Type: Bug
    Affects Versions: 2.3.2
            Reporter: Ulli Hafner
            Priority: Trivial


When running findbugs:findbugs goal I get the following warning with maven 
3.0.2: 

{noformat}
[WARNING] Failed to retrieve plugin descriptor for 
org.codehaus.groovy.maven:gmaven-plugin:1.1: Plugin 
org.codehaus.groovy.maven:gmaven-plugin:1.1 or one of its dependencies could 
not be resolved: Failure to find 
org.codehaus.groovy.maven:gmaven-plugin:jar:1.1 in 
http://www.faktorlogik.de:8082/nexus/content/groups/public was cached in the 
local repository, resolution will not be reattempted until the update interval 
of nexus has elapsed or updates are forced
{noformat}

I'm not sure if this is related to the findbugs plug-in, however the warning is 
only shown on the findbugs goal. Is this a dependency in the findbugs plug-in? 
Is this dependency not deployed to maven central?

Here my configuration:

{code}
 <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>findbugs-maven-plugin</artifactId>
          <version>2.3.2</version>
          <dependencies>
            <dependency>
              <groupId>org.jvnet.hudson.plugins</groupId>
              <artifactId>analysis-config</artifactId>
              <version>${analysis-config.version}</version>
            </dependency>
          </dependencies>
          <configuration>
            <xmlOutput>true</xmlOutput>
            <findbugsXmlOutput>true</findbugsXmlOutput>
            <threshold>Low</threshold>
            <effort>Max</effort>
            <relaxed>false</relaxed>
            <fork>false</fork>
            <excludeFilterFile>findbugs-exclusion-filter.xml</excludeFilterFile>
          </configuration>
      </plugin>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to