rmohr / chroot-plugin

A Jenkins plugin which adds support for disposable chroot environments, which can be very usefull for C and C++ projects.
GNU General Public License v3.0
6 stars 15 forks source link

pom.xml: add com.google.guava as explicit dependency, fixes #19 #20

Closed zgyarmati closed 9 years ago

rmohr commented 9 years ago

Hi @zgyarmati,

Thank you for your contribution. I can't reproduce your issue. For me master compiles fine after a fresh checkout and when I look at the dependency graph

  <parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.480.3</version>
  </parent>

What version of maven are you using?

zgyarmati commented 9 years ago

Hi,

Maven version: mvn --version Apache Maven 2.2.1 (rdebian-17) Java version: 1.8.0_45 Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "3.19.0-15-generic" arch: "amd64" Family: "unix"

OS: cat /etc/os-release NAME="Ubuntu" VERSION="15.04 (Vivid Vervet)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 15.04" VERSION_ID="15.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

I'm going to check it with a more recent maven version, for whatever reason Ubuntu by default ships this old one only...

rmohr commented 9 years ago

I am going to close the pull request. Feel free to reopen it if your problem persists. By the way, Jenkins comes with guava included, so adding another version of the guava library to the plugin is dangerous.

Thanks