[jbossws-issues] [JBoss JIRA] Created: (JBWS-3083) Avoid double Maven lifecycle run for building src and bin distributions

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Tue Jul 6 06:49:46 EDT 2010


Avoid double Maven lifecycle run for building src and bin distributions
-----------------------------------------------------------------------

                 Key: JBWS-3083
                 URL: https://jira.jboss.org/browse/JBWS-3083
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-metro, jbossws-native
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-3.4.0, jbossws-metro-3.4.0, jbossws-native-3.4.0


Currently the build goes through two invocations of mvn package assembly:directory, one for building the deploy-artifacts structure and the other for creating the actual distribution. While it's currently not possible yet with our maven project structure to have multiple executions of the assembly plugin in the same run, we can in any case have the plugin run multiple assembly descriptors.
This should basically save some time while building src and bin distributions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list