Re: [VOTE] Release Maven Checkstyle Plugin version 2.9 and Maven Reporting Impl 2.2

2012-02-12 Thread Dennis Lundberg
+1 from me On 2012-02-08 19:35, Dennis Lundberg wrote: Hi, We solved 8+4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=Htmlversion=18049 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761styleName=Htmlversion=16481 There are still a

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 2.9 and Maven Reporting Impl 2.2

2012-02-12 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Hervé Boutemy, Olivier Lamy, Stephen Connolly, Dennis Lundberg I will promote the artifacts to the central repo. On 2012-02-08 19:35, Dennis Lundberg wrote: Hi, We solved 8+4 issues:

[VOTE] Release Maven PMD Plugin version 2.7.1

2012-02-12 Thread Dennis Lundberg
Hi, We solved 1 issue, a regression: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140styleName=Htmlversion=18314 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11140status=1 Staging repo:

Need some help using MavenProjectBuilder/ModelBuilder

2012-02-12 Thread Dennis Lundberg
Hi I'm working on a stand-alone tool (not invoked via Maven) that currently reads POM files using the MavenXpp3Reader. Now there is a need to use interpolated models instead of the plain file content. So I started looking at MavenProjectBuilder in Maven 2.2.1 and ModelBuilder in Maven 3.0.4.

svnpubsub as an initiative

2012-02-12 Thread Benson Margulies
There are many Apache projects using Maven for some or all of their websites, and I think it would be a good public service to smooth their path to the requirement to use svnpubsub. After a bit of discussion on the infra list, I can now describe one scheme and I'd like to see what we can do to

[ANN] Maven Checkstyle Plugin 2.9 Released

2012-02-12 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.9 Generates a report on violations of code style and optionally fails the build if violations are detected. http://maven.apache.org/plugins/maven-checkstyle-plugin You should specify the version in

[ANN] Maven Reporting Implementation 2.2 Released

2012-02-12 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Reporting Implementation, version 2.2 Abstract classes to manage report generation. http://maven.apache.org/shared/maven-reporting-impl You should specify the version in your project's dependency configuration: dependency

Re: svnpubsub as an initiative

2012-02-12 Thread Simone Tripodi
I think that a plugin that does all that work, would definitively help -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Feb 12, 2012 at 5:23 PM, Benson Margulies bimargul...@gmail.com wrote:

Re: svnpubsub as an initiative

2012-02-12 Thread Dawid Weiss
4) svn remove all files in the metadata now absent from the tree, add all new files. Ah... this would be so easy with git -- git add -A . Dawid - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Re: svnpubsub as an initiative

2012-02-12 Thread Kristian Rosenvold
/me cannot help to wonder what is wrong with a WebDAV front end backed by any version control system we wouldn't have to care about. Kristian 2012/2/12 Dawid Weiss dawid.we...@gmail.com: 4) svn remove all files in the metadata now absent from the tree, add all new files. Ah... this would be

Re: svnpubsub as an initiative

2012-02-12 Thread Arnaud Héritier
if it is an asf dedicated plugin yes. I see no real usage/interest for our community to include that in the existing site plugin or something like that. Even if I agree that our current site plugin doesn't offer something to manage versions and it is annoying to manage documentations the solution

Re: svnpubsub as an initiative

2012-02-12 Thread Benson Margulies
On Sun, Feb 12, 2012 at 3:10 PM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: /me cannot help to wonder what is wrong with a WebDAV front end backed by any version control system we wouldn't have to care about. Kristian, My first reaction is that you've just proposed to replace my

Re: svnpubsub as an initiative

2012-02-12 Thread Hervé BOUTEMY
if this would work well for any project (even with modules), I see more problems with maven site itself [1]: checking out the site will check out every module ever done into Maven. We'll need to find some way to limit the content checked out, IMHO Regards, Hervé [1]

Re: svnpubsub as an initiative

2012-02-12 Thread Hervé BOUTEMY
nice idea I just Gooled a little bit and found mod_dav_svn [1]: does anybody know it? Regards, Hervé [1] http://oreilly.com/opensource/excerpts/9780596510336/webdav-and- autoversioning.html Le dimanche 12 février 2012 15:59:38 Benson Margulies a écrit : On Sun, Feb 12, 2012 at 3:10 PM,

Re: svnpubsub as an initiative

2012-02-12 Thread Benson Margulies
On Sun, Feb 12, 2012 at 4:50 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: if this would work well for any project (even with modules), I see more problems with maven site itself [1]: checking out the site will check out every module ever done into Maven. We'll need to find some way to limit

Re: svnpubsub as an initiative

2012-02-12 Thread Benson Margulies
I did minimal reading on mod_dav_svn, and posted a message to infrastructure@ to ask what they think of it. I think we'd still need an extra maven plugin to organize deletions of no-longer-valid files. I'll start sketching something into the sandbox soon in the form of a pair of goals: one to

A JIRA project for tracking new work overall?

2012-02-12 Thread Benson Margulies
Would anyone object to creating an Apache JIRA project called MVNPROJ -- the idea here is that one could open a JIRA for something like 'create a new plugin (or component) for purpose X'. Once the plugin made it off the ground, it would get its own JIRA.

Re: A JIRA project for tracking new work overall?

2012-02-12 Thread Brett Porter
I'm not quite sure I understand. Are you talking about administrative stuff, requests outside of the scope of MNG, or some partial replacement for MNG? - Brett On 13/02/2012, at 9:23 AM, Benson Margulies wrote: Would anyone object to creating an Apache JIRA project called MVNPROJ -- the idea

Re: svnpubsub as an initiative

2012-02-12 Thread Brett Porter
On 13/02/2012, at 9:11 AM, Benson Margulies wrote: I did minimal reading on mod_dav_svn, and posted a message to infrastructure@ to ask what they think of it. I think we'd still need an extra maven plugin to organize deletions of no-longer-valid files. There's a couple of other issues

Re: Need some help using MavenProjectBuilder/ModelBuilder

2012-02-12 Thread Brett Porter
On 13/02/2012, at 12:09 AM, Dennis Lundberg wrote: Hi I'm working on a stand-alone tool (not invoked via Maven) that currently reads POM files using the MavenXpp3Reader. Now there is a need to use interpolated models instead of the plain file content. So I started looking at

Re: [ANN] Maven Checkstyle Plugin 2.9 Released

2012-02-12 Thread sebb
On 12 February 2012 16:33, Dennis Lundberg denn...@apache.org wrote: The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.9 Generates a report on violations of code style and optionally fails the build if violations are detected.

Re: svnpubsub as an initiative

2012-02-12 Thread Kristian Rosenvold
DAV has support for lock concept, which I somehow would assume a decent server-side implementation would map to a transaction? (I would rather improve dav_svn to make sure we can get 1 commit ;) Removed files should be quite simple; the server side file store is enumerable and it would seem like