You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tony Chemit <tc...@apache.org> on 2016/03/03 09:14:32 UTC

Re: [ANN] Maven Fluido Skin 1.5 released

On Sat, 27 Feb 2016 17:30:50 +0100
Michael Osipov <mi...@apache.org> wrote:

> The Apache Maven team is pleased to announce the release of the Maven 
> Fluido Skin, version 1.5.

Hi,

This new version works only with maven-site-plugin 3.5, the head and footer
otherwise are not well rendered.

We should tell users about this fact.

Thanks,

tony.

> 
> This module generates browsable HTML pages from Java source code.
> 
> https://maven.apache.org/skins/maven-fluido-skin/
> 
> You should specify the version in your project's site configuration:
> 
> <skin>
>    <groupId>org.apache.maven.skins</groupId>
>    <artifactId>maven-fluido-skin</artifactId>
>    <version>1.5</version>
> </skin>
> 
> 
> Release Notes - Maven Fluido Skin - Version 1.5
> 
> ** Sub-task
>      * [MSKINS-114] - Update skins footer handling once 
> DOXIASITETOOLS-82 has been published
>      * [MSKINS-124] - Update skins head handling once DOXIASITETOOLS-155 
> has been published
> 
> ** Bug
>      * [MSKINS-100] - Fluido skin ignores changes from DOXIASITETOOLS-71
>      * [MSKINS-122] - Cannot run invoker ITs on Windows with Maven 3.3.1+
> 
> ** Improvement
>      * [MSKINS-113] - Update the documentation accordingly to MSKINS-110
>      * [MSKINS-118] - Avoid mixed content block for Google Search
>      * [MSKINS-123] - Remove decoration model default value duplication 
> in macro #publishDate
> 
> ** Task
>      * [MSKINS-115] - Remove old and horribly outdated press.apt
>      * [MSKINS-120] - Clean up skins for Doxia Sitetools 1.7 (Velocity 
> 1.7 upgrade, header/footer type, date)
> 
> 
> Enjoy,
> 
> -The Apache Maven team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
http://www.codelutin.com
email: chemit@codelutin.com
twitter: https://twitter.com/tchemit

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


Re: Re: [ANN] Maven Fluido Skin 1.5 released

Posted by Michael Osipov <19...@gmx.net>.

> Gesendet: Donnerstag, 03. März 2016 um 09:36 Uhr
> Von: "Tony Chemit" <ch...@codelutin.com>
> An: dev@maven.apache.org
> Betreff: Re: [ANN] Maven Fluido Skin 1.5 released
>
> On Thu, 3 Mar 2016 09:23:56 +0100
> "Michael Osipov" <19...@gmx.net> wrote:
> 
> > 
> > > On Sat, 27 Feb 2016 17:30:50 +0100
> > > Michael Osipov <mi...@apache.org> wrote:
> > > 
> > > > The Apache Maven team is pleased to announce the release of the Maven 
> > > > Fluido Skin, version 1.5.
> > > 
> > > Hi,
> > > 
> > > This new version works only with maven-site-plugin 3.5, the head and footer
> > > otherwise are not well rendered.
> > > 
> > > We should tell users about this fact.
> > 
> > This fact is mentioned on the front page of the skin. Addtionally, the Maven
> > Skins site depicts compat modes between Site Plugin and Skin versions.
> 
> No from the fluido site in fact.
> 
> «...Notice: since version 1.5 of this skin, Velocity 1.7 (used by Maven Site
> Plugin version 3.5) is required. But in previous versions of the skin, it was Velocity 1.5, which has some incompatibilities. If you need to mix versions, please see the migration guide to override Velocity version used by Maven Site Plugin as per your specific skin and site plugin requirements.
> »
> 
> this does not tell me that I need to use maven-site-plugin 3.5 explicitly.
> 
> Ok now going to https://maven.apache.org/skins/index.html I have the
> information, not simple to get rid of all informations :).

I am glad you found. Documentation is hard and I'd like to repeat the information
in serveral places because you will need to update all of them.

> BTW there is a dead link on the «Maven skins» in the top menu of
> https://maven.apache.org/skins/maven-fluido-skin/

Maybe an interpolation issue. Please open a JIRA issue for that.

Thanks!

> > > > This module generates browsable HTML pages from Java source code.
> > > > 
> > > > https://maven.apache.org/skins/maven-fluido-skin/
> > > > 
> > > > You should specify the version in your project's site configuration:
> > > > 
> > > > <skin>
> > > >    <groupId>org.apache.maven.skins</groupId>
> > > >    <artifactId>maven-fluido-skin</artifactId>
> > > >    <version>1.5</version>
> > > > </skin>
> > > > 
> > > > 
> > > > Release Notes - Maven Fluido Skin - Version 1.5
> > > > 
> > > > ** Sub-task
> > > >      * [MSKINS-114] - Update skins footer handling once 
> > > > DOXIASITETOOLS-82 has been published
> > > >      * [MSKINS-124] - Update skins head handling once DOXIASITETOOLS-155 
> > > > has been published
> > > > 
> > > > ** Bug
> > > >      * [MSKINS-100] - Fluido skin ignores changes from DOXIASITETOOLS-71
> > > >      * [MSKINS-122] - Cannot run invoker ITs on Windows with Maven 3.3.1+
> > > > 
> > > > ** Improvement
> > > >      * [MSKINS-113] - Update the documentation accordingly to MSKINS-110
> > > >      * [MSKINS-118] - Avoid mixed content block for Google Search
> > > >      * [MSKINS-123] - Remove decoration model default value duplication 
> > > > in macro #publishDate
> > > > 
> > > > ** Task
> > > >      * [MSKINS-115] - Remove old and horribly outdated press.apt
> > > >      * [MSKINS-120] - Clean up skins for Doxia Sitetools 1.7 (Velocity 
> > > > 1.7 upgrade, header/footer type, date)
> > > > 
> > > > 
> > > > Enjoy,
> > > > 
> > > > -The Apache Maven team
> > > > 
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Tony Chemit
> > > --------------------
> > > tél: +33 (0) 2 40 50 29 28
> > > http://www.codelutin.com
> > > email: chemit@codelutin.com
> > > twitter: https://twitter.com/tchemit
> > > 
> > > ---------------------------------------------------------------------
> > > 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
> > 
> 
> 
> 
> -- 
> Tony Chemit
> --------------------
> tél: +33 (0) 2 40 50 29 28
> http://www.codelutin.com
> email: chemit@codelutin.com
> twitter: https://twitter.com/tchemit
> 
> ---------------------------------------------------------------------
> 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: [ANN] Maven Fluido Skin 1.5 released

Posted by Tony Chemit <ch...@codelutin.com>.
On Thu, 3 Mar 2016 09:23:56 +0100
"Michael Osipov" <19...@gmx.net> wrote:

> 
> > On Sat, 27 Feb 2016 17:30:50 +0100
> > Michael Osipov <mi...@apache.org> wrote:
> > 
> > > The Apache Maven team is pleased to announce the release of the Maven 
> > > Fluido Skin, version 1.5.
> > 
> > Hi,
> > 
> > This new version works only with maven-site-plugin 3.5, the head and footer
> > otherwise are not well rendered.
> > 
> > We should tell users about this fact.
> 
> This fact is mentioned on the front page of the skin. Addtionally, the Maven
> Skins site depicts compat modes between Site Plugin and Skin versions.

No from the fluido site in fact.

«...Notice: since version 1.5 of this skin, Velocity 1.7 (used by Maven Site
Plugin version 3.5) is required. But in previous versions of the skin, it was Velocity 1.5, which has some incompatibilities. If you need to mix versions, please see the migration guide to override Velocity version used by Maven Site Plugin as per your specific skin and site plugin requirements.
»

this does not tell me that I need to use maven-site-plugin 3.5 explicitly.

Ok now going to https://maven.apache.org/skins/index.html I have the
information, not simple to get rid of all informations :).

BTW there is a dead link on the «Maven skins» in the top menu of
https://maven.apache.org/skins/maven-fluido-skin/

> 
> > > 
> > > This module generates browsable HTML pages from Java source code.
> > > 
> > > https://maven.apache.org/skins/maven-fluido-skin/
> > > 
> > > You should specify the version in your project's site configuration:
> > > 
> > > <skin>
> > >    <groupId>org.apache.maven.skins</groupId>
> > >    <artifactId>maven-fluido-skin</artifactId>
> > >    <version>1.5</version>
> > > </skin>
> > > 
> > > 
> > > Release Notes - Maven Fluido Skin - Version 1.5
> > > 
> > > ** Sub-task
> > >      * [MSKINS-114] - Update skins footer handling once 
> > > DOXIASITETOOLS-82 has been published
> > >      * [MSKINS-124] - Update skins head handling once DOXIASITETOOLS-155 
> > > has been published
> > > 
> > > ** Bug
> > >      * [MSKINS-100] - Fluido skin ignores changes from DOXIASITETOOLS-71
> > >      * [MSKINS-122] - Cannot run invoker ITs on Windows with Maven 3.3.1+
> > > 
> > > ** Improvement
> > >      * [MSKINS-113] - Update the documentation accordingly to MSKINS-110
> > >      * [MSKINS-118] - Avoid mixed content block for Google Search
> > >      * [MSKINS-123] - Remove decoration model default value duplication 
> > > in macro #publishDate
> > > 
> > > ** Task
> > >      * [MSKINS-115] - Remove old and horribly outdated press.apt
> > >      * [MSKINS-120] - Clean up skins for Doxia Sitetools 1.7 (Velocity 
> > > 1.7 upgrade, header/footer type, date)
> > > 
> > > 
> > > Enjoy,
> > > 
> > > -The Apache Maven team
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > > 
> > 
> > 
> > 
> > -- 
> > Tony Chemit
> > --------------------
> > tél: +33 (0) 2 40 50 29 28
> > http://www.codelutin.com
> > email: chemit@codelutin.com
> > twitter: https://twitter.com/tchemit
> > 
> > ---------------------------------------------------------------------
> > 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
> 



-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
http://www.codelutin.com
email: chemit@codelutin.com
twitter: https://twitter.com/tchemit

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


Re: Re: [ANN] Maven Fluido Skin 1.5 released

Posted by Michael Osipov <19...@gmx.net>.
> On Sat, 27 Feb 2016 17:30:50 +0100
> Michael Osipov <mi...@apache.org> wrote:
> 
> > The Apache Maven team is pleased to announce the release of the Maven 
> > Fluido Skin, version 1.5.
> 
> Hi,
> 
> This new version works only with maven-site-plugin 3.5, the head and footer
> otherwise are not well rendered.
> 
> We should tell users about this fact.

This fact is mentioned on the front page of the skin. Addtionally, the Maven
Skins site depicts compat modes between Site Plugin and Skin versions.

> > 
> > This module generates browsable HTML pages from Java source code.
> > 
> > https://maven.apache.org/skins/maven-fluido-skin/
> > 
> > You should specify the version in your project's site configuration:
> > 
> > <skin>
> >    <groupId>org.apache.maven.skins</groupId>
> >    <artifactId>maven-fluido-skin</artifactId>
> >    <version>1.5</version>
> > </skin>
> > 
> > 
> > Release Notes - Maven Fluido Skin - Version 1.5
> > 
> > ** Sub-task
> >      * [MSKINS-114] - Update skins footer handling once 
> > DOXIASITETOOLS-82 has been published
> >      * [MSKINS-124] - Update skins head handling once DOXIASITETOOLS-155 
> > has been published
> > 
> > ** Bug
> >      * [MSKINS-100] - Fluido skin ignores changes from DOXIASITETOOLS-71
> >      * [MSKINS-122] - Cannot run invoker ITs on Windows with Maven 3.3.1+
> > 
> > ** Improvement
> >      * [MSKINS-113] - Update the documentation accordingly to MSKINS-110
> >      * [MSKINS-118] - Avoid mixed content block for Google Search
> >      * [MSKINS-123] - Remove decoration model default value duplication 
> > in macro #publishDate
> > 
> > ** Task
> >      * [MSKINS-115] - Remove old and horribly outdated press.apt
> >      * [MSKINS-120] - Clean up skins for Doxia Sitetools 1.7 (Velocity 
> > 1.7 upgrade, header/footer type, date)
> > 
> > 
> > Enjoy,
> > 
> > -The Apache Maven team
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> 
> -- 
> Tony Chemit
> --------------------
> tél: +33 (0) 2 40 50 29 28
> http://www.codelutin.com
> email: chemit@codelutin.com
> twitter: https://twitter.com/tchemit
> 
> ---------------------------------------------------------------------
> 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