The generated JNLP file can contain unresolved references to POM elements
-------------------------------------------------------------------------

                 Key: MWEBSTART-147
                 URL: http://jira.codehaus.org/browse/MWEBSTART-147
             Project: Maven 2.x Webstart Plugin
          Issue Type: Bug
          Components: jnlp-download-servlet, jnlps
    Affects Versions: 1.0-alpha-2
            Reporter: Dennis Lundberg


Both default templates injects the value of POM elements into the generated 
JNLP file. If these elements are not found in the POM, then the values in the 
resulting JNLP file will contain unresolved POM references.

For a POM that lacks the <url> and <description> elements it will look like 
this:

{code:xml}
  <information>
    <title>Our JNLP project</title>
    <vendor>Our company</vendor>
    <homepage href="$project.Url"/>
    <description>$project.Description</description>
    <offline-allowed/>
  </information>
{code}

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to