You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2013/09/18 00:53:46 UTC

'unnamed' in module names in the maven site plugin

When a pom has no <name> element, the generated site says 'unnamed'. with
site 3.3. Didn't it used to just use the artifactId?

Re: 'unnamed' in module names in the maven site plugin

Posted by Ziga GREGORIC <zi...@gmail.com>.
I like the idea of having this is every pom to avoid confusion between
'names' and 'artifactIds'.

<name>${project.artifactId}</name>




On Wed, Sep 18, 2013 at 12:53 AM, Benson Margulies <bi...@gmail.com>wrote:

> When a pom has no <name> element, the generated site says 'unnamed'. with
> site 3.3. Didn't it used to just use the artifactId?
>