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

Remove Assets from Primary Artifact #1

Open
vjkoskela opened this issue Oct 19, 2015 · 1 comment
Open

Remove Assets from Primary Artifact #1

vjkoskela opened this issue Oct 19, 2015 · 1 comment

Comments

@vjkoskela
Copy link
Member

The project exports two artifacts, one is the primary jar artifact and the other is an assets artifact. However, the primary artifact also includes the assets it its META-INF/resources/webjars/metrics-portal// folder. The assets are not setup to be used as webjar assets (wrt cross-references) so they should be removed from the primary artifact and used only from the assets artifact. There is currently no blocking impact on projects extending metrics-portal and the metrics-portal uses the distribution artifact created by Play for deployment.

cwbriones pushed a commit to cwbriones/metrics-portal that referenced this issue Dec 15, 2018
…sage

Updated with Logback-Steno Usage Rules
@vjkoskela
Copy link
Member Author

The project under Maven no longer publishes two artifacts; see Maven Central:

https://repo1.maven.org/maven2/com/arpnetworking/metrics/metrics-portal/0.9.5/

However, we have not tested whether this is sufficient packaging when consumed by an extension project. The original issue arose because it was not sufficient under SBT.

Leaving open.

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