Possible issue or just incorrect usage

2014-02-26 Thread Thomas Fitzpatrick
Hi there, I have posted an issue on stackoverflow.com and I was wondering if this is an issue that should be escalated within the maven community or if it is just a usage issue... http://stackoverflow.com/questions/22044800/maven-assembly-plugin-ignoring-classifier-in-exclude thanks, T.F.

Re: Possible issue or just incorrect usage

2014-02-26 Thread Karl Heinz Marbaise
Hi Thomas, first this is the developers list and not the users list... I have posted an issue on stackoverflow.com and I was wondering if this is an issue that should be escalated within the maven community or if it is just a usage issue... I have written a comment on exactly that. That

Re: Maven Apache Org Download Pages

2014-02-26 Thread Robert Scholte
No need to change it directly through SVN, there's a CMS for it: http://maven.apache.org/developers/website/index.html Robert Op Wed, 26 Feb 2014 08:43:48 +0100 schreef Anders Hammar and...@hammar.net: There are instructions on the dev page. I'm on a phone right now so can't provide link.

Re: Cleaning up distribution binaries

2014-02-26 Thread Mirko Friedenhagen
Hello Brett, thank you for doing the cleanup, the READMEs are really informative. Regards Mirko -- Sent from my mobile On Feb 25, 2014 11:52 PM, Brett Porter br...@apache.org wrote: Thanks for catching that. I made them HTML files so they are displayed in the listing - is that better? On

Mojo MavenProject reload

2014-02-26 Thread DK
I'm looking for a way to refresh/reload the parent and child poms from within my Mojo i.e. @Component protected MavenProject project; This is required as part of my plugin after my Mojo switches to a different SCM branch. -- View this message in context:

Re: Model Version 5.0.0

2014-02-26 Thread Robert Scholte
Hi, I think this is good start and I would expect that the planned consumer pom.xml would still validate against the model 4.0.0 xsd, since now it is the standard file being uploaded and used by a lot of build management tools. If there are some flaws in the current XML, this could be the

Re: maven-stage-plugin / maven-repository-plugin

2014-02-26 Thread Mirko Friedenhagen
Hello, I worked on the maven-stage-plugin some while ago. My plan was to move it to codehaus, as there seemed no real interest in improving this. I forked it to github (https://github.com/mfriedenhagen/stage2-maven-plugin) as I may not live without an SCM :-). Back then I thought I could use this

Re: maven-stage-plugin / maven-repository-plugin

2014-02-26 Thread Dan Tran
wagon-maven-plugin and vfs-maven-plugin do this. vfs was introduce since wagon-m-p is heavily depends on maven runtime. ( wagon-maven-plugin currently not wokring with mvn 3.1 out of box due to missing jars at maven/lib directory) -D On Wed, Feb 26, 2014 at 12:51 PM, Mirko Friedenhagen

[GitHub] maven-plugins pull request: Add flag to collect MANIFEST sections.

2014-02-26 Thread hgschmie
GitHub user hgschmie opened a pull request: https://github.com/apache/maven-plugins/pull/18 Add flag to collect MANIFEST sections. This change adds a flag to the ManifestResourceTransformer that will make it collect all additional manifest sections (non-main) and add them to

Re: Cleaning up distribution binaries

2014-02-26 Thread Brett Porter
No worries. I went ahead and removed the binaries now. Cheers, Brett On 27 Feb 2014, at 7:04 am, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello Brett, thank you for doing the cleanup, the READMEs are really informative. Regards Mirko -- Sent from my mobile On Feb 25, 2014

Re: Mojo MavenProject reload

2014-02-26 Thread Igor Fedorenko
No, not possible. MavenProject instances are read at the very beginning of the build and do not change during the build. -- Regards, Igor On 2014-02-26, 15:10, DK wrote: I'm looking for a way to refresh/reload the parent and child poms from within my Mojo i.e. @Component protected