You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2008/10/16 15:01:52 UTC

[jira] Commented: (CAMEL-991) Maven goal camel:dot should use overridden when specified

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

Jonathan Anstey commented on CAMEL-991:
---------------------------------------

Seb, could you re attach your patch and grant the ASF license? We cannot apply any patches that don't have this granted.

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