Project

General

Profile

Actions

Bug #3559

closed

scala-maven-plugin is not downloaded correctly

Added by Vincent MEMBRÉ almost 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Architecture - Dependencies
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

The scala maven plugin is not downloaded in branch 2.4

it tries to download the plugin from the following URL: http://repos.zeroturnaround.com/maven2/net/alchim31/maven/scala-maven-plugin/3.0.2/scala-maven-plugin-3.0.2.jar instead of looking into maven central repositories: http://repo.maven.apache.org/maven2/net/alchim31/maven/scala-maven-plugin/3.0.2/scala-maven-plugin-3.0.2.jar

this leads to this error :

[ERROR] Failed to parse plugin descriptor for net.alchim31.maven:scala-maven-plugin:3.0.2 (/home/vmembre/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.0.2/scala-maven-plugin-3.0.2.jar): error in opening zip file -> [Help 1]
org.apache.maven.plugin.PluginDescriptorParsingException: Failed to parse plugin descriptor for net.alchim31.maven:scala-maven-plugin:3.0.2 (/home/vmembre/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.0.2/scala-maven-plugin-3.0.2.jar): error in opening zip file

removing all references to zeroturnaroud repository and plugin solve the problem.

This bug occurs in branch 2.4 in the rudder-parent-pom repository


Related issues 1 (0 open1 closed)

Is duplicate of Rudder - Bug #3598: Not specifying maven default repos lead to inconsistency in downloadReleasedNicolas CHARLES2013-05-17Actions
Actions #1

Updated by Nicolas PERRON almost 11 years ago

  • Target version changed from 2.4.5 to 2.4.6
Actions #2

Updated by Vincent MEMBRÉ almost 11 years ago

  • Status changed from New to Rejected

This issue duplicates #3598 and is fixed by this one too.

Rejecting this issue

Actions

Also available in: Atom PDF