-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Calling
mvn nullaudit:checkin the multi-module project gives the following result:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] multi-module [pom]
[INFO] service1 [jar]
[INFO] service2 [jar]
[INFO]
[INFO] ----------------------< org.example:multi-module >----------------------
[INFO] Building multi-module 1.0.0-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- nullaudit:0.5.0:check (default-cli) @ multi-module ---
[INFO] Skipping NullAudit execution: project has <packaging>pom</packaging>.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for multi-module 1.0.0-SNAPSHOT:
[INFO]
[INFO] multi-module ....................................... SUCCESS [ 0.147 s]
[INFO] service1 ........................................... SKIPPED
[INFO] service2 ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.358 s
[INFO] Finished at: 2025-04-24T18:05:45+02:00
[INFO] ------------------------------------------------------------------------
That SKIPPED should not be there, all modules should be processed, just like with mvn compiler:compile.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working