I'm working with a large multi-module project that produces OSGi artifacts. I
cloned it to my desktop, and it builds fine with maven 3.3.9.
Today I set up a Jenkins pipeline job to build it. The first time I ran it, I
saw errors like the following:
---------------
Invalid extension descriptor for org.apache.felix:maven-bundle-plugin:2.4.0:
error in opening zip file
The build could not read 45 projects -> [Help 1]
The project <group>:<artifact>:<version> (.../pom.xml) has 1 error
Unknown packaging: bundle @ line 13, column 13
---------------
Note that this is using Maven 3.0.5.
Before I ask the CI admin to upgrade Maven, I'd like to understand these issues
better. Is this happening simply because I'm using an older Maven, or is there
something else going on here?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]