[
https://issues.apache.org/jira/browse/SHINDIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652276#action_12652276
]
Ian Boston commented on SHINDIG-722:
------------------------------------
My mistake, will fix, thanks for spotting.
> findbugs annotations jar ends up in the webapp
> ----------------------------------------------
>
> Key: SHINDIG-722
> URL: https://issues.apache.org/jira/browse/SHINDIG-722
> Project: Shindig
> Issue Type: Bug
> Components: RESTful API (Java), Sample container & Examples
> Reporter: Henning Schmiedehausen
> Assignee: Ian Boston
>
> When building the webapp, the annotations jar ends up in the war. Someone
> tried to keep it out of there by adding a <scope>compile</scope> to the
> various poms using it. Due to the maven 'logic', "compile" is the default
> scope, putting the jar everywhere (this is also the default scope). What you
> actually want is having it *only* in compile scope. Which is the "provided"
> scope. This probably should be changed, unless it is instrumental that the
> annotations are available at runtime (which shouldn't be the normal case).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.