davsclaus commented on issue #1523:
URL: https://github.com/apache/camel-k/issues/1523#issuecomment-642515500


   Ah yeah the github is not as important (just cool for demos and new users to 
Camel K). 
   
   Good point about shared properties files etc or allowing to specify which 
properties file are to be used by which runnable file.
   
   So you could have
   ```
   myrepo/foo
   - MyRoute.java
   - application.properties
   - Funky.groovy
   - func.properties
   - myawesomelib.jar
   ```
   
   Then in `MyRoute.java` and `Funky.groovy` you can use the modeline to 
specify which properties files and JARs to include. 
   
   And then you can run it as 2 integrations by 
   
   ```
   kamel run foo
   ```
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to