cushon / issues-import

0 stars 0 forks source link

Maven dependency issue #260

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue created by hr.stoyanov on 2014-08-15 at 12:49 AM


Hi,

In my comany, there is an artifctory server and proxy set up for maven. When I try to update my pom.xml and downlod errroprone, I ma getting the below - somehow maven gets confused and trys to download errorprone artifact from the wron location (spring):

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ checkpoint-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ checkpoint-server --- Downloading: http://prodart:1977/artifactory/plugins-release/com/google/errorprone/error_prone_jdk8/1.1.2/error_prone_jdk8-1.1.2.pom Downloading: http://prodart:1977/artifactory/plugins-snapshot/com/google/errorprone/error_prone_jdk8/1.1.2/error_prone_jdk8-1.1.2.pom Downloading: http://repo.spring.io/libs-release/com/google/errorprone/error_prone_jdk8/1.1.2/error_prone_jdk8-1.1.2.pom

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2014-08-22 at 05:05 PM


Can you send steps to reproduce? Would we have to set up our own Artifactory server?