Maven Upload Requests

PMD 3.9 bundle

Details

  • Type: Task Task
  • Status: Closed Closed
  • Resolution: Fixed
  • Labels:
    None

Description

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.

Issue Links

Activity

Hide
Dennis Lundberg added a comment -
There are no poms available in either the M1 or M2 repository on repo1.maven.org. It looks like there is a pom in the M1 repo, if you just list the files:

http://repo1.maven.org/maven/pmd/poms/

but when you click on it the file does not exist:

http://repo1.maven.org/maven/pmd/poms/pmd-3.9.pom

The bundle contains an M1 project.xml file.
Show
Dennis Lundberg added a comment - There are no poms available in either the M1 or M2 repository on repo1.maven.org. It looks like there is a pom in the M1 repo, if you just list the files: http://repo1.maven.org/maven/pmd/poms/ but when you click on it the file does not exist: http://repo1.maven.org/maven/pmd/poms/pmd-3.9.pom The bundle contains an M1 project.xml file.
Hide
Anthony Whitford added a comment -
Why does http://repo1.maven.org/maven/pmd/poms/pmd-3.9.pom list Jaxen 1.1-beta-10 as a dependency instead of 1.1?
Show
Anthony Whitford added a comment - Why does http://repo1.maven.org/maven/pmd/poms/pmd-3.9.pom list Jaxen 1.1-beta-10 as a dependency instead of 1.1?
Hide
Tom Copeland added a comment -
Hm... not sure... but we're definitely using beta 10 at the moment:
$ ls -l lib/jaxen-1.1-beta-10.jar
-rw-r--r-- 1 tom tom 239001 Oct 2 21:27 lib/jaxen-1.1-beta-10.jar
Maybe I've got something wrong in the POM or some such?
Show
Tom Copeland added a comment - Hm... not sure... but we're definitely using beta 10 at the moment: $ ls -l lib/jaxen-1.1-beta-10.jar -rw-r--r-- 1 tom tom 239001 Oct 2 21:27 lib/jaxen-1.1-beta-10.jar Maybe I've got something wrong in the POM or some such?
Hide
Carlos Sanchez added a comment -
poms are in the repo, can this issue be closed?
Show
Carlos Sanchez added a comment - poms are in the repo, can this issue be closed?
Hide
Dennis Lundberg added a comment -
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
Show
Dennis Lundberg added a comment - 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
Hide
Carlos Sanchez added a comment -
just attach or link a bundle for asm 3.0
Show
Carlos Sanchez added a comment - just attach or link a bundle for asm 3.0
Hide
Jeff Jensen added a comment -
I've exchanged a few emails on the ASM list with Eugene Kuleshov of ASM on getting 3.0 to Ibiblio (he has done most/all of the prior upload requests). He mentioned that, on the last ASM upload request, he was told to begin deploying the ASM artifacts to their own repo, as it auto syncs with Ibiblio. He is starting to work on that, but I am not sure of his timeline yet.

I asked him if he would mind commenting on this issue to let us know.
 http://www.objectweb.org/wws/arc/asm/2007-01/msg00001.html
Show
Jeff Jensen added a comment - I've exchanged a few emails on the ASM list with Eugene Kuleshov of ASM on getting 3.0 to Ibiblio (he has done most/all of the prior upload requests). He mentioned that, on the last ASM upload request, he was told to begin deploying the ASM artifacts to their own repo, as it auto syncs with Ibiblio. He is starting to work on that, but I am not sure of his timeline yet. I asked him if he would mind commenting on this issue to let us know.  http://www.objectweb.org/wws/arc/asm/2007-01/msg00001.html
Hide
Eugene Kuleshov added a comment -
Still waiting response from OW folks.
Show
Eugene Kuleshov added a comment - Still waiting response from OW folks.
Hide
Xavier Chatelain added a comment -
There is still a reference to pmd version 3.7 in the pom.xml (http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?revision=494359&view=markup) :
<dependency>
      <groupId>pmd</groupId>
      <artifactId>pmd</artifactId>
      <version>3.7</version>
</dependency>
Show
Xavier Chatelain added a comment - There is still a reference to pmd version 3.7 in the pom.xml (http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?revision=494359&view=markup) : <dependency>       <groupId>pmd</groupId>       <artifactId>pmd</artifactId>       <version>3.7</version> </dependency>
Hide
Dennis Lundberg added a comment -
When this issue is closed the plugins can be updated, but not before. As it is now this issue is being kept open to track that asm-3.0 gets synced to the central repo. We cannot commit patches to the plugins yet, since they won't build if we upgrade to pmd-3.9, because of a broken transitive dependency on asm-3.0.
Show
Dennis Lundberg added a comment - When this issue is closed the plugins can be updated, but not before. As it is now this issue is being kept open to track that asm-3.0 gets synced to the central repo. We cannot commit patches to the plugins yet, since they won't build if we upgrade to pmd-3.9, because of a broken transitive dependency on asm-3.0.
Hide
Lukas Theussl added a comment -
asm-3.0 is now synced apparently, I think this issue can be closed?
Show
Lukas Theussl added a comment - asm-3.0 is now synced apparently, I think this issue can be closed?

People

Vote (2)
Watch (4)

Dates

  • Created:
    Updated:
    Resolved: