Hi Folks, I'm wondering if there isn't a finer way to filtering packages in source directories.
In project descriptor you an say: Okay take this src directory and make a jar file from it finally. It seems to me that you have no way to filter out packages in the source directories. If you start a new mavenized project it's okay. But if you use a "legacy" ant project you may have one src director resulting in serveral jar's. Okay I can resolve this writting serveral project descriptors using the fine extension feature, but all of them would take the complete content of src directory an jar/war/whatever it. The first solution that commes up is to utilize the maven.xml file so that it does the filtering in java:jar goal. What do you think? Is this a good solution? What about all the fine reports? Doesn't they depend on the complete source directory? So my question is: What would you do to solve this problem? What would be a proper solution? Thx for your advice Toby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
