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

added proper osgi build configuration for fcrepo modules #686

Closed
wants to merge 2 commits into from
Closed

added proper osgi build configuration for fcrepo modules #686

wants to merge 2 commits into from

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Jan 5, 2015

This begins to address: https://jira.duraspace.org/browse/FCREPO-1276

The existing maven configuration is incorrect for the various fcrepo-* modules in that it does not create proper OSGi bundles. Certainly not deployable OSGi bundles.

This PR adds proper configuration for OSGi bundles.

…kernel-impl, metrics, mint, serialization, http-api, transform, connector-file, auth-common
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this action for (the Shading)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially, I couldn't get fcrepo-metrics to build without the shading.

But that was before cleaning up the overall configuration. I just re-ran the tests without the shading, and it built and ran fine. Shading should really be a last resort, and I'll remove it from the PR.

@awoods
Copy link

awoods commented Jan 7, 2015

Resolved with: 9e912c3

@awoods awoods closed this Jan 7, 2015
@acoburn acoburn deleted the osgi-bundle-support branch January 27, 2015 22:28
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

Successfully merging this pull request may close these issues.

None yet

3 participants