Maven goal camel:dot should use overridden <mainClass/> when specified
----------------------------------------------------------------------

                 Key: CAMEL-991
                 URL: https://issues.apache.org/activemq/browse/CAMEL-991
             Project: Apache Camel
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 1.4.0
            Reporter: Seb Auvray
             Fix For: 1.5.0, 2.0.0, Future
         Attachments: dot-mainclass-override.patch

Maven goal camel:dot should use overridden <mainClass/> when used as in pom.xml:

  <build>
    <plugins>
      <!-- Allows the routes to be run via 'mvn camel:run' -->
      <plugin>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-maven-plugin</artifactId>
        <version>${pom.version}</version>
                <!-- optional, default value: org.apache.camel.spring.Main -->
                <configuration>
                        <mainClass>mypackage.boot.camel.CamelStartup</mainClass>
                </configuration>
      </plugin>
    </plugins>
  </build>

-- 
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