Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.4
-
None
-
None
-
Adopt Jdk 8
Mvn 3.6.3
Description
Hello,
I have cloned the current repo and checkout tag 2.1.4.
I have build mina by calling "mvn clean install -Pserial -DskipTests"
There were some Mvn exceptions while building mina:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:4.1.0 or one of its dependencies could not be resolved: Could not transfer artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.1.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.mina:mina-parent:2.1.4 (C:\Git\mina\pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:4.1.0 or one of its dependencies could not be resolved: Could not transfer artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.1.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar: Tag mismatch! -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
Taking a look to mvn central: https://repo.maven.apache.org/maven2/biz/aQute/bndlib/
there is no version/tag 4.1.0
Do you have any suggestions how to fix it?
Thanks a lot
Alex