Yes the master pom should be where this stuff goes. sean
On 1/31/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > If you need the scm section it should be > > <scm> > <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current</connection> > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current</developerConnection> > <url>http://svn.apache.org/viewcvs.cgi/myfaces/current</url> > </scm> > > this is the pace where the pom is stored. > > Bernd > > Thomas Spiegl schrieb: > > The Maven Idea plugin uses this information to configure svn as VCS > > for the generated project. > > > > On 1/30/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > > >>Same question here > >> > >>On 1/30/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > >> > >>>Hello Tom, > >>> > >>>why is this needed? > >>> > >>>Regards > >>> > >>>Bernd > >>> > >>>[EMAIL PROTECTED] schrieb: > >>> > >>>>Author: tomsp > >>>>Date: Mon Jan 30 07:33:50 2006 > >>>>New Revision: 373531 > >>>> > >>>>URL: http://svn.apache.org/viewcvs?rev=373531&view=rev > >>>>Log: > >>>>added scm element > >>>> > >>>>Modified: > >>>> myfaces/current/pom.xml > >>>> > >>>>Modified: myfaces/current/pom.xml > >>>>URL: > >>>>http://svn.apache.org/viewcvs/myfaces/current/pom.xml?rev=373531&r1=373530&r2=373531&view=diff > >>>>============================================================================== > >>>>--- myfaces/current/pom.xml (original) > >>>>+++ myfaces/current/pom.xml Mon Jan 30 07:33:50 2006 > >>>>@@ -9,6 +9,11 @@ > >>>> <name>Build Project</name> > >>>> <url>http://myfaces.apache.org</url> > >>>> > >>>>+ <scm> > >>>>+ > >>>><connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</connection> > >>>>+ > >>>><developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</developerConnection> > >>>>+ <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk</url> > >>>>+ </scm> > >>>> > >>>> <modules> > >>>> <module>maven</module> > >>>> > >>>> > >>>> > >>>-- > >>>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development > >>>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com > >>>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333 > >>> > >> > > > > > > -- > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > -- > Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development > Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com > phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333 >
