dogtperfect / jstd-maven-plugin

Automatically exported from code.google.com/p/jstd-maven-plugin
0 stars 0 forks source link

jstd-maven-plugin is depending on old google-collect module instead of more recent guava module #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
jstd-maven-plugin is depending on old google-collect module instead of more 
recent guava module, which replaced it, but uses the same class and package 
names.

As the two can't play nice together, this makes it hard to use the 
jstd-maven-plugin in the test phase of any module that uses the guava module.

Original issue reported on code.google.com by nathan.m...@gmail.com on 20 Mar 2012 at 3:57

GoogleCodeExporter commented 8 years ago
The only change needed is to upgrade the maven.plugin.dev.api.version to 3.0.4

Original comment by nathan.m...@gmail.com on 27 Mar 2012 at 9:51

GoogleCodeExporter commented 8 years ago
I've attached a patch here that sorts out the dependencies, and also allows the 
unit tests to run on either Unix or Windows style file systems.

Original comment by nathan.m...@gmail.com on 27 Mar 2012 at 1:14

Attachments: