jira-importer commented on issue #55:
URL: 
https://github.com/apache/maven-ejb-plugin/issues/55#issuecomment-2879259442

   **[Jayson 
Raymond](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jaysonraymond)**
 commented
   
   I disagree with Trygve here.
   
   Build resources are assigned to the entire build process - and made 
available to all defined plugins.
   
   This particular plugin will generate multiple artifacts (ejb.jar and 
client.jar). It will need to narrow the set of resources in different ways for 
each of those artifacts.
   
   Because of this, defining the resource subset must occur within the plugin 
definition, as has already been done with the client resources. The same needs 
to occur for the ejb.jar itself.
   
   I am currently faced with this exact problem and will be using (and am 
grateful for) Fredriks contribution. I hope it will be in the next release, so 
I won't need to maintain a seperate copy.
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to