[jboss-jira] [JBoss JIRA] (JBASMP-45) mvn jboss-as:deploy-artifact fails
Adrián Boimvaser (JIRA)
jira-events at lists.jboss.org
Fri May 24 12:55:06 EDT 2013
Adrián Boimvaser created JBASMP-45:
--------------------------------------
Summary: mvn jboss-as:deploy-artifact fails
Key: JBASMP-45
URL: https://issues.jboss.org/browse/JBASMP-45
Project: JBoss AS Maven Plugins
Issue Type: Feature Request
Components: deploy
Affects Versions: 7.4.Final
Reporter: Adrián Boimvaser
Assignee: James Perkins
I'm trying to use deploy-artifact to deploy the PostgreSQL JDBC driver.
It works fine when it runs as part of the build lifecycle, but when I run 'mvn jboss-as:deploy-artifact' it fails with "Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.4.Final:deploy-artifact (default-cli) on project quaker-service: deploy-artifact must specify the artifactId".
Here is what I have in pom.xml:
<execution>
<id>deploy-driver</id>
<phase>integration-test</phase>
<goals>
<goal>deploy-artifact</goal>
</goals>
<configuration>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<name>postgresql-9.2-1002-jdbc4.jar</name>
</configuration>
</execution>
--
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