You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/06 08:22:18 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue #1460: .mvn wrapper folder should be included in the source release zip

zhfeng opened a new issue #1460:
URL: https://github.com/apache/camel-quarkus/issues/1460


   Currently, run ```./mvnw clean install -DskipTest``` in the download directory after unzip the release file. It will fail with
   ```
   ./mvnw: line 276: /home/zhfeng/Downloads/camel-quarkus-1.0.0-CR3/.mvn/wrapper/maven-wrapper.properties: No such file or directory
   /home/zhfeng/Downloads/camel-quarkus-1.0.0-CR3/.mvn/wrapper/maven-wrapper.jar: No such file or directory
   Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
   
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1460: .mvn wrapper folder should be included in the source release zip

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1460:
URL: https://github.com/apache/camel-quarkus/issues/1460#issuecomment-654091500


   I was about to raise the same issue. In addition, validation checks fail. Specifically the one that checks that each itest module was added to `test-categories.yaml`. Currently, we don't include the `.github` directory in the source bundle so this check fails.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton closed issue #1460: Unable to build from source release zip

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1460:
URL: https://github.com/apache/camel-quarkus/issues/1460


   


----------------------------------------------------------------
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:
users@infra.apache.org