You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/20 05:10:56 UTC

[GitHub] lburgazzoli opened a new pull request #107: Refactor build, deploy and run workflow

lburgazzoli opened a new pull request #107: Refactor build, deploy and run workflow
URL: https://github.com/apache/camel-k/pull/107
 
 
   **removed**:
   - project build
   - intermediate copy of dependencies  `mvn dependency:copy-dependencies`
   
   **improved**:
   - maven update policy set to never
   
   **new things**:
   - compute classpath with `mvn dependency:build-classpath`
   - classpath included in cr and runtime configmap
   - s2i/run now uses classpath from a file (from the configmap)
   
   **notes**:
   - some workarounds are needed as `run-java.sh` appears to have troubles in case `JAVA_APP_JAR` is not set
   - artifacts location is different from build time `/tmp/artifacts/m2` to runtime `/runtime/m2`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services