[GitHub] maven-plugins pull request: Generate RSS/Atom feeds for the site.

2014-12-05 Thread paranoiabla
GitHub user paranoiabla opened a pull request: https://github.com/apache/maven-plugins/pull/37 Generate RSS/Atom feeds for the site. Hi guys, here's a pull request that will generate RSS/Atom feeds for the site. I couldn't use the latest version of the Rome library because

Re: Maven Site Plugin RSS

2014-12-05 Thread Petar Tahchiev
Hello, I didn't get any feedback if the RSS/Atom feeds for the site would be of any benefit for the team, so I decided to implement it. Here's a pull request https://github.com/apache/maven-plugins/pull/37 that could be used as a base for this feature. The implementation is far from perfect,

Re: Maven assembly plugin : includeBaseDirectory not correctly used

2014-12-05 Thread Kristian Rosenvold
You should create an issue at http://jira.codehaus.org/browse/MASSEMBLY Hervé/Others: Since the attachement made it through, I took a quick look. The problem is that the modello-generated assembly descriptor has a boolean type for this value. Since the assembly descriptor interpolation happens

Re: Maven assembly plugin : includeBaseDirectory not correctly used

2014-12-05 Thread Robert Scholte
Hi Kristian, AFIAK this is indeed the only way to solve this. Visit http://maven.apache.org/ref/3.2.3/maven-model/maven.html and search for Boolean. You'll find elements which are actually a Boolean, but are a String for technical reasons. e.g. make it possible to interpolate them. Robert

Re: Maven Site Plugin RSS

2014-12-05 Thread Hervé BOUTEMY
Hi Petar, I didn't have time to ask before: what entries do you want to publish in a feed? Reading the code, IIUC, you propose to publish each menu entry as feed entry: I don't see how this can be useful, be in for the main Maven site or any site generated by maven-site-plugin. Please open a

Re: Maven assembly plugin : includeBaseDirectory not correctly used

2014-12-05 Thread Hervé BOUTEMY
Robert beat me at it :) Regards, Hervé Le vendredi 5 décembre 2014 18:55:55 Robert Scholte a écrit : Hi Kristian, AFIAK this is indeed the only way to solve this. Visit http://maven.apache.org/ref/3.2.3/maven-model/maven.html and search for Boolean. You'll find elements which are actually