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: Ulhas Bhole
            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.

Reply via email to