On 2011-07-22 00:48, Hervé BOUTEMY wrote:
> Maven Site Plugin 3.0 is now ready for release (with its documentation) for me
> 
> If anybody still has something to change, please explain what so we can fix 
> it 
> and release ASAP

Thanks for all your work Hervé!

Now that we plan for 3.0 to be the "main" version of the plugin, there
are a couple of things I'd like to do:


1. Remove any references to the 3.x Subversion branch in the docs. I'll
do this.


2. Document the difference between Maven 2 and Maven 3 with regards to
inheritance that was recently discovered, if it hasn't already been
done. I'll check this.


3. Switch the URLs for the deployed sites. We currently have these
redirects:

RedirectMatch ^/plugins/maven-site-plugin-2.x/(.*)$
/plugins/maven-site-plugin/$1
RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$
http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/

I'd like to change them to this:

RedirectMatch ^/plugins/maven-site-plugin-2.x/(.*)$
/plugins/maven-site-plugin-2.3/$1
RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$
http://maven.apache.org/plugins/maven-site-plugin/$1

This would also require changing the plugins/index page to point to
/plugins/maven-site-plugin-2.x/ and /plugins/maven-site-plugin/
respectively for versions 2 and 3.


4. Change the deploy site URL in both POMs.


5. Move the current maven/plugins/trunk/maven-site-plugin/ to
maven/plugins/branches/maven-site-plugin-2.x


6. Move maven/plugins/branches/maven-site-plugin-3.x to
maven/plugins/trunk/maven-site-plugin/



I'll get on 1 and 2 right now.

3 I'd like to do after the release, once the deployed site is in place.

4 needs to be done before the release.

5 and 6 can be done either before or after the release, I'd prefer to do
it before.

> 
> Regards,
> 
> Hervé
> 
> Le samedi 2 juillet 2011, Dennis Lundberg a écrit :
>> Hi
>>
>> What's the status on this? I know Hervé worked on extracting a shared
>> component (maven-reporting-exec) for the Maven 3 specific parts of the
>> plugin. Did you finish with that?
>>
>> I would like to push for a release of Site Plugin 3 shortly. The only
>> issue left according to JIRA is this one:
>>
>> http://jira.codehaus.org/browse/MSITE-560
>>
>> There are a lot stuff fixed already, and we need to get this out so that
>> Maven 3 users can benefit from them. Do we want/need to add anything
>> more before the release?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 
> 


-- 
Dennis Lundberg

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

Reply via email to