Skip to content

Child modules never built #13

@ava1ar

Description

@ava1ar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions