[ 
https://issues.apache.org/activemq/browse/CAMEL-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46507#action_46507
 ] 

Claus Ibsen commented on CAMEL-991:
-----------------------------------

Jon, remember to document it on the wiki as well

> 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
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.0, 2.0.0, Future
>
>         Attachments: dot-mainclass-override.patch
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> 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