[VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Vincent Siveton
Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11310styleName=Htmlversion=14479 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11310status=1 Staging repo:

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Jesse Farinacci
Hi, On Wed, Jan 5, 2011 at 6:49 AM, Vincent Siveton vsive...@apache.org wrote: Staging site: http://maven.apache.org/plugins/maven-doap-plugin-1.1 The site seems unavailable.. -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not.

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Lukas Theussl
Jesse Farinacci wrote: Hi, On Wed, Jan 5, 2011 at 6:49 AM, Vincent Sivetonvsive...@apache.org wrote: Staging site: http://maven.apache.org/plugins/maven-doap-plugin-1.1 The site seems unavailable.. It's there now, however, the links in the navigation menu are broken, same problem as

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Vincent Siveton
2011/1/5 Lukas Theussl ltheu...@apache.org: Jesse Farinacci wrote: Hi, On Wed, Jan 5, 2011 at 6:49 AM, Vincent Sivetonvsive...@apache.org  wrote: Staging site: http://maven.apache.org/plugins/maven-doap-plugin-1.1 The site seems unavailable.. It's there now, however, the links in

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread John Casey
+1 On 1/5/11 6:49 AM, Vincent Siveton wrote: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11310styleName=Htmlversion=14479 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11310status=1

[PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Benjamin Bentmann
Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect and fix potential regressions since version 3.0.1 before the actual release of 3.0.2. For the duration of the RC testing,

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Karl Heinz Marbaise
Hi, may be i have observed a little issue... I have checked the following project https://github.com/khmarbaise/Maven-Licenses-Verifier-Plugin and did an mvn clean package on it. The result was that twice times the line Running TestSuite occured with with MVN 3.0.2-RC1 but not not with

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Benjamin Bentmann
Karl Heinz Marbaise wrote: I have observed that behaviour with maven-surefire 2.7.1 (in relationship with Maven 3.0.1) but i use maven-surefire plugin 2.4.3...(see http://jira.codehaus.org/browse/SUREFIRE-680) From your build's log: [INFO] --- maven-surefire-plugin:2.7.1:test (default-test)

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Karl Heinz Marbaise
Hi, outch...i've found the problem...as i expected it was my pom which was the problem...not the release... Sorry for that noise... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#:

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Karl Heinz Marbaise
Hi Benjamin, which matches the observation that your POM locks down maven-surefire-report-plugin to 2.4.3 but not maven-surefire-plugin. Yes you're right...Mea culpa... Fixed that in my project... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-004/ // current project File outFile = new File( doapFile ); if ( !doapFile.contains( File.separator ) ) { outFile = new File( outputDirectory, doapFile

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Manfred Moser
Works for me for building and working with - Maven Android Plugin - Maven Android SDK Deplouer - a JasperServer war project - ksaop2-android project - Maven Android Plugin Samples project (4 android project including a scala one) manfred http://www.simpligility.com Hi, we're aiming at a

Pushing for a release of maven-filtering

2011-01-05 Thread Dennis Lundberg
Hi Maven Filtering is based on code from the Resources Plugin, which has been out of beta for a long time. I think it would be appropriate to make the next version of maven-filtering a non-beta. Let's call it 1.0 now, since the code is mature. Opinions? It'd be nice if someone could have a look