You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2013/01/06 21:51:13 UTC

[jira] (MSITE-677) site:run's port cannot be set due to missing @Parameter annotation

Michael Osipov created MSITE-677:
------------------------------------

             Summary: site:run's port cannot be set due to missing @Parameter annotation
                 Key: MSITE-677
                 URL: https://jira.codehaus.org/browse/MSITE-677
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Bug
          Components: site:run
    Affects Versions: 3.2
            Reporter: Michael Osipov
         Attachments: site-run-port.patch

When running {{site:run}} the int port is initated with zero because JavaDoc-style annotations are used. Jetty assigns a random port. I have fixed the issue and added the appropriate @Parameter annoation. Now it works as expected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSITE-677) site:run's port cannot be set due to missing @Parameter annotation

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSITE-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MSITE-677.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3
         Assignee: Olivier Lamy
    
> site:run's port cannot be set due to missing @Parameter annotation
> ------------------------------------------------------------------
>
>                 Key: MSITE-677
>                 URL: https://jira.codehaus.org/browse/MSITE-677
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: site:run
>    Affects Versions: 3.2
>            Reporter: Michael Osipov
>            Assignee: Olivier Lamy
>             Fix For: 3.3
>
>         Attachments: site-run-port.patch
>
>
> When running {{site:run}} the int port is initated with zero because JavaDoc-style annotations are used. Jetty assigns a random port. I have fixed the issue and added the appropriate @Parameter annoation. Now it works as expected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira