Skip to content
New issue

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

The Maven Central Apache Derby artifacts are broken #39

Closed
merks opened this issue Aug 3, 2024 · 1 comment
Closed

The Maven Central Apache Derby artifacts are broken #39

merks opened this issue Aug 3, 2024 · 1 comment

Comments

@merks
Copy link
Contributor

merks commented Aug 3, 2024

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:

image

Secondly, the OSGi metadata is broken specifying jars that do not exist:

image

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.

@merks
Copy link
Contributor Author

merks commented Aug 3, 2024

BIRT's builds are working with this version, so I think the content is well-structured and sound.

@merks merks closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant