I have a simple Maven multi-module project
Parent project
---Child project 1
---Child project 2 (depends on child project 1)
In the first project, I have a custom MOJO defined that I can call like this
com.mycompany:child1artifactid:mojoname
Is it possible to call this same mojo from the child project since it is a dependency and bundled up as a jar for the second project?
com.mycompany:child2artifactid:mojoname