Hi,
I currently have a two projects setup making use of maven generating an ear
file for each. The setup is as follows:
ProjectAFolder
--Project1a
--Project2a
--Pom.xml
ProjectBFolder
--Project1b
--Project2b
--Pom.xml
The pom.xml has the projects configured as modules. The problem that I have
is that I would like to have ProjectB as a jar dependancy in ProjectA. In
other words when I do a maven install on ProjectA it creates the jar of
ProjectB so that it becomes a dependency. Is this possible with my current
setup?