[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1282?page=comments#action_84178 ] 
            
Dennis Lundberg commented on MAVENUPLOAD-1282:
----------------------------------------------

The pom for pmd-3.9 seems to exist in the repo now, thanks.

Unfortunately the pom refers to asm:asm:jar:3.0 that is not available in the 
repo. When I try to use the pom for this upload in the maven-pmd-plugin I get 
the following error. But I guess that is a different type of issue. Should I 
post this in MEV instead? If so this issue can be closed.

Missing:
----------
1) asm:asm:jar:3.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=asm -DartifactId=asm \
          -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.maven.plugins:maven-pmd-plugin:maven-plugin:2.2-SNAPSHOT
        2) pmd:pmd:jar:3.9
        3) asm:asm:jar:3.0


> PMD 3.9 bundle
> --------------
>
>                 Key: MAVENUPLOAD-1282
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1282
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: Tom Copeland
>         Assigned To: Carlos Sanchez
>
> PMD is a Java source code analyzer. It finds unused variables, empty catch 
> blocks, unnecessary object creation, and so forth.

-- 
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

        

Reply via email to