You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2011/01/05 12:49:02 UTC

[VOTE] Release Maven DOAP Plugin version 1.1

Hi,

We solved 15 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11310&styleName=Html&version=14479

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11310&status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-004/

Staging site:
http://maven.apache.org/plugins/maven-doap-plugin-1.1

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by Vincent Siveton <vs...@apache.org>.
2011/1/5 Lukas Theussl <lt...@apache.org>:
>
>
> Jesse Farinacci wrote:
>>
>> Hi,
>>
>> On Wed, Jan 5, 2011 at 6:49 AM, Vincent Siveton<vs...@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 last time?

I already noticed it one hour ago and redeployed using
site-plugin:2.0.2, need to rsync.
However, I noticed in Project Plugin Management page that the
site-plugin version is 2.0.1. Any reason why not using 2.2 in our
parent poms?

Cheers,

Vincent

> -Lukas
>
>>
>> -Jesse
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by Lukas Theussl <lt...@apache.org>.

Jesse Farinacci wrote:
> Hi,
>
> On Wed, Jan 5, 2011 at 6:49 AM, Vincent Siveton<vs...@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 last time?

-Lukas

>
> -Jesse
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by Jesse Farinacci <ji...@gmail.com>.
Hi,

On Wed, Jan 5, 2011 at 6:49 AM, Vincent Siveton <vs...@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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by Vincent Siveton <vi...@gmail.com>.
Hi Benjamin,

Thanks to catch them, I will fix soon

Cheers

Vincent

2011/1/5 Benjamin Bentmann <be...@udo.edu>:
> 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 );
>>        }
>>        writeDoapFile( project, outFile );
>
> This causes a regression for doapFile="target/foo.rdf" on Windows. Even on
> Unix, it would write the file into the working directory instead of the
> project basedir.
>
>>            if ( artifact != null )
>>            {
>>                about = project.getUrl();
>>            }
>>
>>            try
>>            {
>>                new URL( about );
>
> It seems troublesome to unconditionally overwrite the user-specified "about"
> param with the project URL, which could be null, and to use java.net.URL
> instead of java.net.URI to verify the syntax.
>
>
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by Benjamin Bentmann <be...@udo.edu>.
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 );
>         }
>         writeDoapFile( project, outFile );

This causes a regression for doapFile="target/foo.rdf" on Windows. Even 
on Unix, it would write the file into the working directory instead of 
the project basedir.

>             if ( artifact != null )
>             {
>                 about = project.getUrl();
>             }
>
>             try
>             {
>                 new URL( about );

It seems troublesome to unconditionally overwrite the user-specified 
"about" param with the project URL, which could be null, and to use 
java.net.URL instead of java.net.URI to verify the syntax.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven DOAP Plugin version 1.1

Posted by John Casey <jd...@commonjava.org>.
+1

On 1/5/11 6:49 AM, Vincent Siveton wrote:
> Hi,
>
> We solved 15 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11310&styleName=Html&version=14479
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11310&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-004/
>
> Staging site:
> http://maven.apache.org/plugins/maven-doap-plugin-1.1
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.johnofalltrades.name/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org