[jboss-jira] [JBoss JIRA] (JBASMP-28) deploy-artifact throws NullPointer
James Perkins (JIRA)
jira-events at lists.jboss.org
Fri Oct 19 18:02:01 EDT 2012
[ https://issues.jboss.org/browse/JBASMP-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728154#comment-12728154 ]
James Perkins commented on JBASMP-28:
-------------------------------------
Copied from https://github.com/jbossas/jboss-as-maven-plugin/issues/22
> 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