[jbosstools-issues] [JBoss JIRA] (JBDS-2554) JBDS should be able to build w/ `mvn verify` instead of `mvn install`

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Apr 17 19:12:18 EDT 2013


     [ https://issues.jboss.org/browse/JBDS-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-2554.
------------------------------

    Resolution: Done


Fixed by changing this in all the poms that use the install phase to call antrunner:

{code}
-            <id>install</id>
-            <phase>install</phase>
+            <id>verify</id>
+            <phase>verify</phase>
{code}

                
> JBDS should be able to build w/ `mvn verify` instead of `mvn install`
> ---------------------------------------------------------------------
>
>                 Key: JBDS-2554
>                 URL: https://issues.jboss.org/browse/JBDS-2554
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build
>    Affects Versions: 7.0.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 7.0.0.Beta1
>
>
> Because of calls to ant runner, JBDS product build requires `mvn install`. It should be able to build with `mvn verify`, so need to refactor some poms to use the correct lifecycle step.

--
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 jbosstools-issues mailing list