You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/11/25 09:27:26 UTC

[jira] Assigned: (SM-1851) The maven plugin does not allow the container name to be changed from the default ServiceMix

     [ https://issues.apache.org/activemq/browse/SM-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SM-1851:
----------------------------------------

    Assignee: Jean-Baptiste Onofré  (was: Ulhas Bhole)

> The maven plugin does not allow the container name to be changed from the default ServiceMix
> --------------------------------------------------------------------------------------------
>
>                 Key: SM-1851
>                 URL: https://issues.apache.org/activemq/browse/SM-1851
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 3.3
>            Reporter: Sean O'Callaghan
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>
> Here is a patch diff:
> On the version 4.0.0.2-fuse of the maven-plugins there is no way to set the container name when using the jbi:projectDeploy goal of maven.
> *************************************
> Index: tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/AbstractDeployableMojo.java
> ===================================================================
> --- tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/AbstractDeployableMojo.java (revision 583347)
> + tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/AbstractDeployableMojo.java (working copy)
> @@ -32,7 +32,7 @@
> protected String host;
> /**
> - * @parameter default-value="ServiceMix"
> + * @parameter default-value="ServiceMix" expression="${containerName}"
> */
> protected String containerName;
> ****************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.