Excluding inherited developers

2017-12-08 Thread James Hutton
I have a BOM that someone has added a developers and contributors section to. I'd like to leverage some maven reports that include both those sections however I'd like do exclude the inherited values. Does anyone have a suggestion to remove the inherited tag values? I've tried adding a blank

Re: Filtering resources

2016-01-13 Thread James Hutton
You could also look at DefaultMavenResourcesFiltering for an example. I think this is still using plexus so you'll have to have the component.xml iirc that is needed for

Re: Maven Extension automatic deployment

2013-11-18 Thread James Hutton
(mobile) Den 18 nov 2013 02:38 skrev James Hutton james.a.hut...@gmail.com: Yeah, turns out I just needed to release it. For some reason maven wasn't downloading the build extension at all when it was a snapshot version. After making a release maven pulled down the artifact correctly without

Maven Extension automatic deployment

2013-11-17 Thread James Hutton
Hi, I have a project where I need to temporarily have a maven build extension (because we're migrating to maven) and did not know if there is any way to get the maven extension artifact to automatically download. I have seen that if the artifact is in my local repository that it does not need to

Re: Maven Extension automatic deployment

2013-11-17 Thread James Hutton
? Or now using maven and having it call an old build tool? More information would help us to help you. Regards, Russ On Nov 15, 2013, at 1:31 PM, James Hutton james.a.hut...@gmail.com wrote: Hi, I have a project where I need to temporarily have a maven build extension (because we're