[
https://issues.apache.org/jira/browse/MEECROWAVE-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377615#comment-16377615
]
Mark Struberg commented on MEECROWAVE-96:
-----------------------------------------
The way this works got slightly changed.
Previously a include of a certain package did exclude all default scanning.
There are now 2 different methods in the Mojo:
* includePackage: works as before. Any 'include' does exclude everything else
* withPackage: _additionally_ force scanning of a certain package which would
otherwise be excluded
> add a way to force package scanning without excluding every other package
> -------------------------------------------------------------------------
>
> Key: MEECROWAVE-96
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-96
> Project: Meecrowave
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Priority: Major
> Fix For: 1.2.1
>
>
> Meecrowave#includePackages currently excludes any other packages.
> So there is currently no way to add an additional package manually.
>
> This feature is needed in cases where an excluded package has a sub-package
> which must be scanned (e.g. org.apache.myfaces.tobago.examples).
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)