You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/05/30 13:27:56 UTC

[GitHub] [netbeans] sdedic opened a new pull request #1271: [NETBEANS-2577] Prevent Maven libraries from being exluded

sdedic opened a new pull request #1271: [NETBEANS-2577] Prevent Maven libraries from being exluded
URL: https://github.com/apache/netbeans/pull/1271
 
 
   I have essentially swapped two pieces of code: the *explicit* information from NB installation (`update_tracking/*.xml`) takes precedence.
   
   Original behaviour:
   - if a file that *just happens* to be an OSGi bundle (or NB module) is present anywhere, it's filtered according to excluded modules
   - filters out also `mave/lib` contents, which is not managed by NB module system, but contains libraries supporting embedded maven
   
   New behaviour:
   - the Platform defines what module the file belongs to. Maven libraries, although OSGi bundles themselves, will be attributed to maven embedder module
   - if not defined, and the file contains NB module or OSGi bundle manifest, it will be recognized as a module itself
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists