There seem to be several ways to structure parent poms in a multiproject build and I wondering if anyone had any thoughts on what the advantages / drawbacks are in each ...
I have a maven-java project (say Project A) with a parent defining modules in its pom.
I also have an external project (say Project B) that requires dependencies of two of the ...
lets say we have a ParentPom.xml and there are sub child modules under it; subModule-A and subModule-B. I want to use subModule-A.jar in an another project. If i run "mvn install" ...
My team has a common parent project with a module containing several reporting plugin configurations (e.g. checkstyle and findbugs, similar to Checkstyle's multimodule configuration, but in a separate project). ...
This is my first question on StackOverflow. Learnt quite a bit reading other Q&A so far.
Question is about Maven Multimodule.
Following is my project strurcture:
I have a multi-module maven project.
To build the parent alone, I run mvn package -N (where -N is "non-recursive").
To build a few modules, I run mvn package -pl api,servie (where ...
We have a number of modules defined in our parent pom, which are build regularily. Besides those we also have some other modules, which state our parent pom as their parent, ...
I have to rephrase my question. I can right click on the main project and search for a file in the entire project. But when i right click on one of the modules in the project tree, I don't see a find button. This is what I am wondering about. Thanks Venkat