llowinge commented on issue #6433: URL: https://github.com/apache/camel-quarkus/issues/6433#issuecomment-3307154305
Maven phases comparsion: Linux (1.298s): ``` 09:31:38,449 [INFO] ---< org.apache.camel.quarkus:camel-quarkus-integration-test-jasypt >--- 09:31:38,449 [INFO] Building Camel Quarkus :: Integration Tests :: Jasypt 3.27.0-SNAPSHOT [2/13] 09:31:38,449 [INFO] from /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/jasypt/pom.xml 09:31:38,449 [INFO] --------------------------------[ jar ]--------------------------------- 09:31:38,727 [INFO] 09:31:38,727 [INFO] --- clean:3.5.0:clean (default-clean) @ camel-quarkus-integration-test-jasypt --- 09:31:38,728 [INFO] 09:31:38,728 [INFO] --- resources:3.3.1:copy-resources (copy-camel-quarkus-enforcer-rules-xslt) @ camel-quarkus-integration-test-jasypt --- 09:31:38,731 [INFO] Copying 1 resource from ../../tooling/enforcer-rules to target/enforcer-rules 09:31:38,734 [INFO] 09:31:38,734 [INFO] --- enforcer:3.5.0:enforce (enforce-java-version) @ camel-quarkus-integration-test-jasypt --- 09:31:38,735 [INFO] Skipping Rule Enforcement. 09:31:38,735 [INFO] 09:31:38,735 [INFO] --- enforcer:3.5.0:enforce (camel-quarkus-enforcer-rules) @ camel-quarkus-integration-test-jasypt --- 09:31:38,735 [INFO] Skipping Rule Enforcement. 09:31:38,735 [INFO] 09:31:38,735 [INFO] --- gplus:3.0.0:execute (sanity-checks) @ camel-quarkus-integration-test-jasypt --- 09:31:38,736 [INFO] Using plugin classloader, includes GMavenPlus and project classpath. 09:31:38,739 [INFO] Using Groovy 4.0.28 to perform execute. 09:31:38,741 [INFO] Running Groovy script from file:/home/runner/work/camel-quarkus/camel-quarkus/tooling/scripts/sanity-checks.groovy. 09:31:38,847 [INFO] 09:31:38,847 [INFO] --- formatter:2.29.0:format (format) @ camel-quarkus-integration-test-jasypt --- 09:31:38,953 [INFO] Processed 24 files in 104ms (Formatted: 0, Skipped: 0, Unchanged: 24, Failed: 0, Readonly: 0) 09:31:38,953 [INFO] 09:31:38,953 [INFO] --- impsort:1.12.0:sort (sort-imports) @ camel-quarkus-integration-test-jasypt --- 09:31:39,008 [INFO] Processed 24 files in 00:00.053 (Already Sorted: 24, Needed Sorting: 0) 09:31:39,009 [INFO] 09:31:39,009 [INFO] --- resources:3.3.1:resources (default-resources) @ camel-quarkus-integration-test-jasypt --- 09:31:39,011 [INFO] Copying 4 resources from src/main/resources to target/classes 09:31:39,013 [INFO] 09:31:39,013 [INFO] --- resources:3.3.1:copy-resources (legal-resources) @ camel-quarkus-integration-test-jasypt --- 09:31:39,014 [INFO] Copying 2 resources from ../../tooling/legal to target/classes 09:31:39,022 [INFO] 09:31:39,022 [INFO] --- compiler:3.14.0:compile (default-compile) @ camel-quarkus-integration-test-jasypt --- 09:31:39,029 [INFO] Recompiling the module because of changed source code. 09:31:39,030 [INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes 09:31:39,277 [INFO] 09:31:39,278 [INFO] --- resources:3.3.1:testResources (default-testResources) @ camel-quarkus-integration-test-jasypt --- 09:31:39,281 [INFO] skip non existing resourceDirectory /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/jasypt/src/test/resources 09:31:39,281 [INFO] 09:31:39,281 [INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ camel-quarkus-integration-test-jasypt --- 09:31:39,288 [INFO] Recompiling the module because of changed dependency. 09:31:39,288 [INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/test-classes 09:31:39,655 [INFO] 09:31:39,655 [INFO] --- gplus:3.0.0:execute (generate-test-container-config) @ camel-quarkus-integration-test-jasypt --- 09:31:39,657 [INFO] Using plugin classloader, includes GMavenPlus and project classpath. 09:31:39,662 [INFO] Using Groovy 4.0.28 to perform execute. 09:31:39,666 [INFO] Running Groovy script from file:/home/runner/work/camel-quarkus/camel-quarkus/tooling/scripts/generate-test-containers-config-properties.groovy. 09:31:39,730 [INFO] 09:31:39,730 [INFO] --- surefire:3.5.4:test (default-test) @ camel-quarkus-integration-test-jasypt --- 09:31:39,738 [INFO] Surefire report directory: /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/jasypt/target/surefire-reports 09:31:39,738 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 09:31:39,747 [INFO] 09:31:39,747 [INFO] ------------------------------------------------------- 09:31:39,747 [INFO] T E S T S 09:31:39,747 [INFO] ------------------------------------------------------- ``` Windows (1.594s): ``` 10:05:19,600 [INFO] ---< org.apache.camel.quarkus:camel-quarkus-integration-test-jasypt >--- 10:05:19,600 [INFO] Building Camel Quarkus :: Integration Tests :: Jasypt 3.27.0-SNAPSHOT [75/210] 10:05:19,600 [INFO] from jasypt\pom.xml 10:05:19,600 [INFO] --------------------------------[ jar ]--------------------------------- 10:05:19,792 [INFO] 10:05:19,792 [INFO] --- clean:3.5.0:clean (default-clean) @ camel-quarkus-integration-test-jasypt --- 10:05:19,793 [INFO] 10:05:19,793 [INFO] --- resources:3.3.1:copy-resources (copy-camel-quarkus-enforcer-rules-xslt) @ camel-quarkus-integration-test-jasypt --- 10:05:19,795 [INFO] Copying 1 resource from ..\..\tooling\enforcer-rules to target\enforcer-rules 10:05:19,796 [INFO] 10:05:19,796 [INFO] --- enforcer:3.5.0:enforce (enforce-java-version) @ camel-quarkus-integration-test-jasypt --- 10:05:19,796 [INFO] Skipping Rule Enforcement. 10:05:19,796 [INFO] 10:05:19,796 [INFO] --- enforcer:3.5.0:enforce (camel-quarkus-enforcer-rules) @ camel-quarkus-integration-test-jasypt --- 10:05:19,797 [INFO] Skipping Rule Enforcement. 10:05:19,797 [INFO] 10:05:19,797 [INFO] --- gplus:3.0.0:execute (sanity-checks) @ camel-quarkus-integration-test-jasypt --- 10:05:19,797 [INFO] Using plugin classloader, includes GMavenPlus and project classpath. 10:05:19,803 [INFO] Using Groovy 4.0.28 to perform execute. 10:05:19,804 [INFO] Running Groovy script from file:D:/a/camel-quarkus/camel-quarkus/tooling/scripts/sanity-checks.groovy. 10:05:19,920 [INFO] 10:05:19,920 [INFO] --- formatter:2.29.0:format (format) @ camel-quarkus-integration-test-jasypt --- 10:05:19,999 [INFO] Processed 24 files in 78ms (Formatted: 0, Skipped: 0, Unchanged: 24, Failed: 0, Readonly: 0) 10:05:19,999 [INFO] 10:05:19,999 [INFO] --- impsort:1.12.0:sort (sort-imports) @ camel-quarkus-integration-test-jasypt --- 10:05:20,028 [INFO] Processed 24 files in 00:00.028 (Already Sorted: 24, Needed Sorting: 0) 10:05:20,029 [INFO] 10:05:20,029 [INFO] --- resources:3.3.1:resources (default-resources) @ camel-quarkus-integration-test-jasypt --- 10:05:20,030 [INFO] Copying 4 resources from src\main\resources to target\classes 10:05:20,034 [INFO] 10:05:20,034 [INFO] --- resources:3.3.1:copy-resources (legal-resources) @ camel-quarkus-integration-test-jasypt --- 10:05:20,035 [INFO] Copying 2 resources from ..\..\tooling\legal to target\classes 10:05:20,038 [INFO] 10:05:20,038 [INFO] --- compiler:3.14.0:compile (default-compile) @ camel-quarkus-integration-test-jasypt --- 10:05:20,046 [INFO] Recompiling the module because of changed dependency. 10:05:20,047 [INFO] Compiling 4 source files with javac [debug deprecation release 17] to target\classes 10:05:20,468 [INFO] 10:05:20,468 [INFO] --- resources:3.3.1:testResources (default-testResources) @ camel-quarkus-integration-test-jasypt --- 10:05:20,469 [INFO] skip non existing resourceDirectory D:\a\camel-quarkus\camel-quarkus\integration-tests\jasypt\src\test\resources 10:05:20,469 [INFO] 10:05:20,469 [INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ camel-quarkus-integration-test-jasypt --- 10:05:20,474 [INFO] Recompiling the module because of changed dependency. 10:05:20,474 [INFO] Compiling 20 source files with javac [debug deprecation release 17] to target\test-classes 10:05:21,120 [INFO] 10:05:21,120 [INFO] --- gplus:3.0.0:execute (generate-test-container-config) @ camel-quarkus-integration-test-jasypt --- 10:05:21,121 [INFO] Using plugin classloader, includes GMavenPlus and project classpath. 10:05:21,126 [INFO] Using Groovy 4.0.28 to perform execute. 10:05:21,127 [INFO] Running Groovy script from file:D:/a/camel-quarkus/camel-quarkus/tooling/scripts/generate-test-containers-config-properties.groovy. 10:05:21,178 [INFO] 10:05:21,178 [INFO] --- surefire:3.5.4:test (default-test) @ camel-quarkus-integration-test-jasypt --- 10:05:21,183 [INFO] Surefire report directory: D:\a\camel-quarkus\camel-quarkus\integration-tests\jasypt\target\surefire-reports 10:05:21,183 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 10:05:21,194 [INFO] 10:05:21,194 [INFO] ------------------------------------------------------- 10:05:21,194 [INFO] T E S T S 10:05:21,194 [INFO] ------------------------------------------------------- ``` In my opinion there is not much difference in maven phases. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
