[
http://jira.codehaus.org/browse/MAVENUPLOAD-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xavier Le Vourch reopened MAVENUPLOAD-1834:
-------------------------------------------
There seems to be an issue with the pom version as when I tried to use the new
artifact for the maven-pmd-plugin in http://jira.codehaus.org/browse/MPMD-66, I
get an error.
[WARNING] POM for 'pmd:pmd-jdk14:pom:4.1:compile' is invalid. It will be
ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project
pmd:pmd-jdk14 at /home/xlv/.m2/repository/pmd/pmd-jdk14/4.1/pmd-jdk14-4.1.pom
It worked when I imported the jar files locally.
I don't understand why the generated pom is not similar to the one from the
pmd:pmd bundle as I've based the new project.xml in the pmd:pmd-jdk14 bundle on
the pmd:pmd version so I expected the pom files to be similar too. The
differences in the project.xml files are pasted below.
Thanks for any info you can provide so that future versions can be generated
automatically in the correct format
Xavier
=============
5c5
< <artifactId>pmd</artifactId>
---
> <artifactId>pmd-jdk14</artifactId>
273c273,283
< <version>4.4</version>
---
> <version>3.8.2</version>
> </dependency>
> <dependency>
> <groupId>backport-util-concurrent</groupId>
> <artifactId>backport-util-concurrent</artifactId>
> <version>3.1</version>
> </dependency>
> <dependency>
> <groupId>net.sourceforge.retroweaver</groupId>
> <artifactId>retroweaver-rt</artifactId>
> <version>2.0.2</version>
=============
> jdk 1.4 compatible version for pmd 4.1
> --------------------------------------
>
> Key: MAVENUPLOAD-1834
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1834
> Project: maven-upload-requests
> Issue Type: Task
> Reporter: Xavier Le Vourch
> Assignee: Carlos Sanchez
>
> this create a new jdk1.4 based artifact pmd:pmd-jdk14 that may be needed for
> core pmd plugin.
--
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