[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.example:Proj3 >--------------------------
[INFO] Building Proj3 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ Proj3 ---
[INFO] Copying 0 resource
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ Proj3 ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 6 source files with javac [debug target 17 module-path] to target\classes
[WARNING] /C:/Users/ethan/IdeaProjects/Proj3/src/main/java/module-info.java:[1,19] module name component proj3 should avoid terminal digits
[INFO]
[INFO] --- resources:3.3.0:testResources (default-testResources) @ Proj3 ---
[INFO] skip non existing resourceDirectory C:\Users\ethan\IdeaProjects\Proj3\src\test\resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ Proj3 ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.0.0:test (default-test) @ Proj3 ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.340 s
[INFO] Finished at: 2023-10-07T17:04:19-04:00
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
Process finished with exit code 0```