Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3
-
None
-
Patch Available
Description
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;
****************************************