I have a Maven multi-module project (one parent project with three children). The parents packaging is set to POM.
The issue is SVN wont check in the source code of the child projects (only their pom.xml files). Is there a solution to this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try this:
first, checkout your parent project, which includes its several children project folders;
after checkout is finished, “File”->”Import”->”Existing Maven Projects”, and select the parent project into “Root Directory”, you’ll see the children project in the “Projects” diagram,
then just select the ones as you want!