[
http://jira.codehaus.org/browse/MWEBSTART-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243374#action_243374
]
Inaki edited comment on MWEBSTART-160 at 11/17/10 3:10 AM:
-----------------------------------------------------------
It actually has problems finding dependencies to be included. The solution we
found is to change
{code}
* @requiresDependencyResolution runtime
*/
public class JnlpMojo
extends AbstractJnlpMojo
{
/**
* Get the executed project from the forked lifecycle.
*
* @parameter expression="${executedProject}"
* @required
* @readonly
*/
private MavenProject executedProject;
{code}
the parameter expression with this one to get the plugin back working for our
purposes.
{code}
* @parameter expression="${project}"
{code}
was (Author: inakipaz):
It actually has problems finding dependencies to be included. The solution
we found is to change
{quote}
* @requiresDependencyResolution runtime
*/
public class JnlpMojo
extends AbstractJnlpMojo
{
/**
* Get the executed project from the forked lifecycle.
*
* @parameter expression="${executedProject}"
* @required
* @readonly
*/
private MavenProject executedProject;
{quote}
the parameter expression with this one to get the plugin back working for our
purposes.
{quote}
* @parameter expression="${project}"
{quote}
> Maven 3.0 Compatibility Issue
> -----------------------------
>
> Key: MWEBSTART-160
> URL: http://jira.codehaus.org/browse/MWEBSTART-160
> Project: Maven 2.x Webstart Plugin
> Issue Type: Bug
> Components: build
> Affects Versions: 1.0-beta-1
> Environment: Maven 3.0, Webstart plugin
> Reporter: Inaki
>
> The webstart plugin working with maven 2.2.0 does not correctly work anymore.
--
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