You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/04 09:37:06 UTC

[jira] Updated: (MNG-1389) The project name can't have any spaces

     [ http://jira.codehaus.org/browse/MNG-1389?page=all ]

Brett Porter updated MNG-1389:
------------------------------

    Description: 
If you put space in your project name in your pom.xml file, there is an error during the javadoc generation. 
In my opinion, it looks like the plugin doesn't use string quotes on the javadoc command line for the doctitle argument, wich default value is "${project.name} ${project.version} API".

  was:
If you put space in your project name in your pom.xml file, there is an error during the javadoc generation. 
In my opinion, it looks like the plugin doesn't use string quotes on the javadoc command line for the doctitle argument, wich default value is "${project.name} ${project.version} API".

      Component: maven-javadoc-plugin
    Environment: 

> The project name can't have any spaces
> --------------------------------------
>
>          Key: MNG-1389
>          URL: http://jira.codehaus.org/browse/MNG-1389
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Alexandre Poitras

>
>
> If you put space in your project name in your pom.xml file, there is an error during the javadoc generation. 
> In my opinion, it looks like the plugin doesn't use string quotes on the javadoc command line for the doctitle argument, wich default value is "${project.name} ${project.version} API".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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