We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider https://repo1.maven.org/maven2/org/apache/derby/derby/10.16.1.1/
<groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.16.1.1</version>
Firstly, it doesn't provide associated source:
Secondly, the OSGi metadata is broken specifying jars that do not exist:
To produce high quality artifacts, we need to repackage the content available from here:
https://dlcdn.apache.org/db/derby/db-derby-10.16.1.1/
This is similar to what we need to do for Ant.
The text was updated successfully, but these errors were encountered:
Support generating derby maven artifacts from derby downloads
3f3f4e4
#39
Use orbit derby maven artifacts in the BND target
af3d017
BIRT's builds are working with this version, so I think the content is well-structured and sound.
Sorry, something went wrong.
No branches or pull requests
Consider https://repo1.maven.org/maven2/org/apache/derby/derby/10.16.1.1/
Firstly, it doesn't provide associated source:
Secondly, the OSGi metadata is broken specifying jars that do not exist:
To produce high quality artifacts, we need to repackage the content available from here:
https://dlcdn.apache.org/db/derby/db-derby-10.16.1.1/
This is similar to what we need to do for Ant.
The text was updated successfully, but these errors were encountered: