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]

Reply via email to