Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-1851

The maven plugin does not allow the container name to be changed from the default ServiceMix

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.3
    • jbi-maven-plugin-4.4
    • tooling
    • 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;
        ****************************************

      Attachments

        Activity

          People

            jb@nanthrax.net Jean-Baptiste Onofré
            seanoc Sean O'Callaghan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: