[jboss-jira] [JBoss JIRA] (JBASMP-28) deploy-artifact throws NullPointer
James Perkins (JIRA)
jira-events at lists.jboss.org
Wed Oct 17 16:24:01 EDT 2012
James Perkins created JBASMP-28:
-----------------------------------
Summary: 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list