Jeansen edited a comment on pull request #1567:
URL: https://github.com/apache/camel-quarkus/pull/1567#issuecomment-678937623


   > The CI says you should build locally and amend the reformatted Java file 
and the generated AsciiDoc files.
   
   When I run ` mvn clean install -DskipTests -Pformat` from within my 
integration test, I do not get any errors or additional files to add.
   
   But when run from the main folder, I get the following:
   
   ```
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   docs/modules/ROOT/pages/reference/components.adoc
        modified:   docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc
        modified:   docs/modules/ROOT/pages/reference/index.adoc
        modified:   
extensions/rabbitmq/deployment/src/main/java/org/apache/camel/quarkus/component/rabbitmq/deployment/RabbitmqProcessor.java
        modified:   
extensions/rabbitmq/runtime/src/main/resources/META-INF/quarkus-extension.yaml
        modified:   integration-tests/rabbitmq/pom.xml
   
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
        
extensions-jvm/apns/deployment/src/main/java/org/apache/camel/quarkus/component/rabbitmq/
        
extensions-jvm/apns/integration-test/src/main/java/org/apache/camel/quarkus/component/rabbitmq/
        
extensions-jvm/apns/integration-test/src/test/java/org/apache/camel/quarkus/component/apns/it/RabbitmqTest.java
   
   no changes added to commit (use "git add" and/or "git commit -a")
   
   ```


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


Reply via email to