Had to change some of it for obvious reasons.

  *<scm>*
          *<connection>*scm:cvs:ext:[EMAIL 
PROTECTED]:/noc/cvs/:webapps/appname*</connection>*
          *<developerConnection>*scm:cvs:ext:[EMAIL 
PROTECTED]:/noc/cvs/:webapps/appname*</developerConnection>*
          
*<url>*http://www.domain.com/cgi-bin/viewcvs.cgi/webapps/appname/*</url>*
  *</scm>*


Brian

On 2/22/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
>
> Brian,
>
> Can you post the scm section of your POM here?
>
> --
> Dennis Lundberg
>
> Brian Burridge wrote:
> > What I meant was that in CVS the source code is in the src directory.
> I've
> > already set the src code path in the POM. But in cvs its in a /src
> > directory, to the SCM link isn't working. It links to the viewcvs url
> I've
> > provided and then tacks on the package and class name, but I need
> "/src/" in
> > between the two.
> >
> > Brian
> >
> > On 2/21/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> >> Brian Burridge wrote:
> >>> I am having two problems with the changelog plugin, version 2.0-beta-1
> .
> >>>
> >>> For the scm url, I have given the url to the root of the cvs project.
> >>> However, the source code is in the /src directory within that project.
> >>> How do I indicate this to the changelog plugin? Also, the changelog
> >>> plugin is removing the first letter of the file path in the link.
> >>>
> >>> For example, the text will be:
> >>>
> >>> com/bhn/cpms/dao/AssignedGroupDao.java
> >>>
> >>> But the link will be to:
> >>> om/bhn/cpms/dao/AssignedGroupDao.java
> >> If you are using Maven 2, you need to tell Maven that you are not using
> >> the standard directory layout [1]. This is done by modifying the
> >> build/sourceDirectory element [2] in you pom.xml.
> >>
> >> I don't know what's wrong with the gobbled up link though.
> >>
> >>
> >> [1]http://maven.apache.org/guides/introduction/introduction-
> >> to-the-standard-directory-layout.html
> >> [2]http://maven.apache.org/maven-model/maven.html##class_build
> >>
> >> --
> >> Dennis Lundberg
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to