You can't upload actually a multi-module project. In your case, you must use the URL field. Allowed protocols are http(s) and ftp. You can use file protocol too if you configure it in WEB-INF/classes/META-INF/plexus/application.xml, a Continuum restart is required.
Emmanuel On Mon, Jul 7, 2008 at 1:43 PM, Pawan Preetsingh Gandhi < [EMAIL PROTECTED]> wrote: > > Hi Everyone, > > I have a project with multiple modules > > Parent have one pom.xml > And child folder (core) has pom.xml which acts as child module. > > I did Ant setup successfully but I am not getting for Maven 2.0 project. > It is mentioned that specify POM URL or upload. I need to know that what > are these options. > > I have my project repo as SVN, so is POM URL as SVN repo URL or some > local copy of pom.xml. Please explain so that I can setup the project > easily. > > Thanks > Pawanpreet Singh > > >
