How to correctly share a Maven multimodule project? [message #35988] |
Sat, 18 October 2008 01:05  |
Eclipse User |
|
|
|
I have a Maven multimodule project that I want to share in the Subversion
repository.
For example here is the project directory structure - in Eclipse each of
these projects show up as an Eclipse project thanks to m2eclipse which is
able to correctly represent them for Eclipse (even though they are nested):
the-parent
src
pom.xml
the-first-child
src
pom.xml
the-second-child
src
pom.xml
I need to be able to check this project into the repository such that this
nested structure is correctly maintained. So far every combination that I
try with Subversive to share this project does not retain the correct
structure in the repository.
When I use svn import from the command line, I am easily able to populate
this project correctly in the repository. My repository is an updated svn
1.5 repo. I have m2eclipse and the related Subversive integration from
Polarion installed.
I am trying to check in the above project in the repository under a folder
called sandbox such that project structure above is retained under
sandbox/the-parent/trunk/
src
pom.xml
the-first-child
src
pom.xml
the-second-child
src
pom.xml
I would appreciate some help in learning how to navigate the Subversive
User Interface in such a way that I can successfully end up with the
desired result.
TIA
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06758 seconds