Hi, My collegue and me wrote a plugin to trigger a Jenkins Job (which runs in an external site and signs our artifact) and download the result artifact of that Jenkins build. When I configure that plugin into our productive build config, maven wants to download the jar artifact of the plugins parent pom (tools-parent-pom). The packaging of the tools-parent-pom is "pom" so the jar cannot exist, does anyone know an explanation for that behavior?
Here is the output of maven: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building xxxx-gui 1.0.80-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://xxx.innovations.de/archiva/repository/proxy/com/bosch/xxxx/tools/tools-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml Downloading: https://xxx.innovations.de/archiva/repository/internal/com/bosch/xxxx/tools/tools-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml Downloaded: https://xxx.innovations.de/archiva/repository/internal/com/bosch/xxxx/tools/tools-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml (617 B at 3.0 KB/sec) Downloading: https://xxx.innovations.de/archiva/repository/proxy/com/bosch/xxxx/xxxx-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml Downloading: https://xxx.innovations.de/archiva/repository/internal/com/bosch/xxxx/xxxx-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml Downloaded: https://xxx.innovations.de/archiva/repository/internal/com/bosch/xxxx/xxxx-parent-pom/1.0.80-SNAPSHOT/maven-metadata.xml (610 B at 19.2 KB/sec) Downloading: https://xxx.innovations.de/archiva/repository/proxy/com/bosch/xxxx/tools/tools-parent-pom/1.0.80-SNAPSHOT/tools-parent-pom-1.0.80-SNAPSHOT.jar Downloading: https://xxx.innovations.de/archiva/repository/internal/com/bosch/xxxx/tools/tools-parent-pom/1.0.80-SNAPSHOT/tools-parent-pom-1.0.80-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.247s [INFO] Finished at: Thu Jun 14 08:45:57 CEST 2012 [INFO] Final Memory: 12M/156M [INFO] ------------------------------------------------------------------------ [ERROR] Plugin com.bosch.xxxx.tools:tools-parent-pom:1.0.80-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact com.bosch.xxxx.tools:tools-parent-pom:jar:1.0.80-SNAPSHOT in localarchiva (https://xxx.innovations.de/archiva/repository/proxy/) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException Mit freundlichen Grüßen / Best regards Jens Baitinger Bosch Software Innovations GmbH Prof. Services & Projects - Diagnostic & Logistic (INST/PRV-DL) Ziegelei 7 88090 Immenstaad GERMANY www.bosch-si.de Tel. +49 7545 202-347 Fax +49 7545 202-301 [email protected]<mailto:[email protected]> Registered office: Immenstaad, Register court: Amtsgericht Ulm, HRB 631888; Executives: Heinz Derenbach; Thomas Cotic, Erica Fölsche, Michael Hahn, Klaus Hüftle
