Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-991

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.5.0
    • tooling
    • None
    • Patch Available

    Description

      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>

      Attachments

        Activity

          People

            janstey Jonathan Anstey
            sauvray Seb Auvray
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 4h
                4h
                Remaining:
                Remaining Estimate - 4h
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified