Re: Cleanup to SNAPSHOT version handling

2010-12-10 Thread David Jencks
I think I've seen some projects, although I don't recall where, that use .SNAPSHOT because then you get legal osgi bundle versions in require-bundle instructions in the maven-bundle-plugin. Presumably this could be fixed in the maven-bundle-plugin since it already converts -SNAPSHOT to .SNAPSHO

Cleanup to SNAPSHOT version handling

2010-12-10 Thread Benjamin Bentmann
Hi, as part of MNG-4893 [0] an inconsistency in the way a version string is treated as a snapshot or release was detected. In short, the issue is about what suffix exactly marks a snapshot version. The current intention is to revise the logic such that the suffix "-SNAPSHOT" (note the leadin

Re: [VOTE] Release Maven Project Info Reports Plugin version 2.3

2010-12-10 Thread Emmanuel Venisse
+1 Emmanuel On Tue, Dec 7, 2010 at 1:10 PM, Vincent Siveton wrote: > Hi, > > We solved 14 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=16664 > > There are still a couple of issues left in JIRA: > > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset

Re: svn commit: r1044272 - in /maven/plugins/trunk/maven-doap-plugin: ./ src/main/java/org/apache/maven/plugin/doap/ src/test/java/org/apache/maven/plugin/doap/ src/test/resources/ src/test/resources/

2010-12-10 Thread Vincent Siveton
I just followed Jena doc :) I will remove it. Tx! Vincent 2010/12/10 Benjamin Bentmann : > Hi Vincent, > >> Author: vsiveton >> Date: Fri Dec 10 10:32:41 2010 >> New Revision: 1044272 >> >> URL: http://svn.apache.org/viewvc?rev=1044272&view=rev >> Log: >> MDOAP-27: Generated files aren't useable

Re: svn commit: r1044272 - in /maven/plugins/trunk/maven-doap-plugin: ./ src/main/java/org/apache/maven/plugin/doap/ src/test/java/org/apache/maven/plugin/doap/ src/test/resources/ src/test/resources/

2010-12-10 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Fri Dec 10 10:32:41 2010 New Revision: 1044272 URL: http://svn.apache.org/viewvc?rev=1044272&view=rev Log: MDOAP-27: Generated files aren't useable with Jena o added validate parameter [...] Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml URL: http:/