You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Robert Ottaway (JIRA)" <ji...@apache.org> on 2006/09/27 21:10:23 UTC

[jira] Created: (SM-605) Ability to configure jbi:projectDeploy goal to exclude updating dependencies

Ability to configure jbi:projectDeploy goal to exclude updating dependencies
----------------------------------------------------------------------------

                 Key: SM-605
                 URL: https://issues.apache.org/activemq/browse/SM-605
             Project: ServiceMix
          Issue Type: New Feature
          Components: tooling
    Affects Versions: 3.0
         Environment: Using the Maven 2 jbi plugin
            Reporter: Robert Ottaway
            Priority: Minor


The Maven 2 jbi plugin should allow configuration for excluding dependencies when running the jbi:projectDeploy goal. This probably should occur in the plugin configuration element in the pom.xml file.

Here is where some discussion has occured: http://www.nabble.com/servicemix-jsr181-doesn%27t-get-boundled-in-install-package-tf2345068.html#a6528805

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

        

[jira] Resolved: (SM-605) Ability to configure jbi:projectDeploy goal to exclude updating dependencies

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-605?page=all ]

Guillaume Nodet resolved SM-605.
--------------------------------

    Fix Version/s: 3.0.1
                   3.1
       Resolution: Fixed
         Assignee: Guillaume Nodet

Added a few options that are customizable through the command line:
  * deployDependencies (defaults to true)
  * deployChildren (defaults to true)
  * deferExceptions (defaults to true)
  * forceUpdate (defaults to false)

Author: gnodet
Date: Mon Oct  2 02:33:34 2006
New Revision: 451930

URL: http://svn.apache.org/viewvc?view=rev&rev=451930
Log:
SM-605: Ability to configure jbi:projectDeploy goal to exclude updating dependencies

Modified:
   incubator/servicemix/trunk/tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/JbiProjectDeployerMojo.java


Author: gnodet
Date: Mon Oct  2 02:34:26 2006
New Revision: 451931

URL: http://svn.apache.org/viewvc?view=rev&rev=451931
Log:
SM-605: Ability to configure jbi:projectDeploy goal to exclude updating dependencies

Modified:
   incubator/servicemix/branches/servicemix-3.0/tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/JbiProjectDeployerMojo.java



> Ability to configure jbi:projectDeploy goal to exclude updating dependencies
> ----------------------------------------------------------------------------
>
>                 Key: SM-605
>                 URL: https://issues.apache.org/activemq/browse/SM-605
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: tooling
>    Affects Versions: 3.0
>         Environment: Using the Maven 2 jbi plugin
>            Reporter: Robert Ottaway
>         Assigned To: Guillaume Nodet
>            Priority: Minor
>             Fix For: 3.0.1, 3.1
>
>
> The Maven 2 jbi plugin should allow configuration for excluding dependencies when running the jbi:projectDeploy goal. This probably should occur in the plugin configuration element in the pom.xml file.
> Here is where some discussion has occured: http://www.nabble.com/servicemix-jsr181-doesn%27t-get-boundled-in-install-package-tf2345068.html#a6528805

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