-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi!
Thanks for implementing such nice thing - I was thinking about making something like this to manage out complex structure maven project and speed up the build. However somehow it never builds any child modules except the parent project.
Here is the debug output:
java -jar C:\Apps\mvnmin\mvnmin-1.0.1-jar-with-dependencies.jar -p
[
M xxx-module1/src/main/java/com/org/Class1.java
M xxx-parent1/xxx-module2/src/main/java/com/org/Class2.java
]
found 1 projects
mvnmin.xml does not exist, skipping.
modules to build: [com.mlp:xxx]
Reactor@2007328737 [
reactorNumber:0
skipReactor:false
modulesInReactor:[.*]
pathFromProjectRoot:pom.xml
singleThread:false
activeModules:[com.org:xxx]
extraParams:
]
com.org:xxx
Basically, xxx-module1 is a jar module under the parent, xxx-parent1 is a pom module, with xxx-module2 jar module under it. If I understand correctly, mvnmin supposed to select xxx-module1 and xxx-module2, but it picked only parent pom project com.org:xxx and nothing else. Am I doing something wrong here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels