Actions
Bug #3559
closedscala-maven-plugin is not downloaded correctly
Pull Request:
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
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.4.5 to 2.4.6
Updated by Vincent MEMBRÉ over 11 years ago
- Status changed from New to Rejected
This issue duplicates #3598 and is fixed by this one too.
Rejecting this issue
Actions