[jboss-jira] [JBoss JIRA] (JBASMP-28) deploy-artifact throws NullPointer
James Perkins (JIRA)
jira-events at lists.jboss.org
Fri Oct 19 19:57:01 EDT 2012
[ https://issues.jboss.org/browse/JBASMP-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins resolved JBASMP-28.
---------------------------------
Fix Version/s: 7.3.Final
Resolution: Done
Commit https://github.com/jbossas/jboss-as-maven-plugin/commit/3360b626f78beb643671f5777266d7c47e7ccd43
> 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
> Fix For: 7.3.Final
>
>
> 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