]
James Perkins commented on JBASMP-28:
-------------------------------------
Copied from
deploy-artifact throws NullPointer
----------------------------------
Key: JBASMP-28
URL:
https://issues.jboss.org/browse/JBASMP-28
Project: JBoss AS Maven Plugins
Issue Type: Bug
Reporter: James Perkins
Assignee: James Perkins
For some reasons, DeployArtifact class contains
{code}
@parameter(defaultValue = "${project}", readonly = true, required = true)
private MavenProject project;
{code}
which is already declated in parent class AbstractDeployment.
removing private MavenProject project; from DeployArtifact fixing this issue
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: