George Stragand wrote:
Yes, explicitly 2.0.

<<plugin>
<groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-changelog-plugin</artifactId>
 <version>2.0</version>
</plugin>

On 3/15/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote:

Are you using the released 2.0 version of the maven-changelog-plugin?
IIRC this issue has been fixed.

George Stragand wrote:
> The the url element inside the scm element defines the root of the scm
> site;
> all good.  Example (removed other items from snippets):
>
> <scm>
>   <url>http://myserver/viewCVS/my.project
> </scm>
>
> Works great, the Source Repository page gets a link under Web Access to
> exactly what I expected.
>
> The problem I have is on the change log report.  The links from
individual
> files are generated without the /src in the url.
>
> The build section looks like this:
>
> <build>
>   <sourceDirectory>${basedir>/src</sourcedirectory>
> </build>

Here is the error. ${basedir} is *not* the same as ${project.basedir}. ${basedir} defaults to ${project.build.sourceDirectory} so you normally don't need to set it yourself.

>
> So, I would expect the view cvs links to get generated as:
> http://myserver/viewCVS/my.project/src/path/to/file/SomeFile.java
> But the src part is missing.
>
> What did I forget to do?  TIA.
>   --G
>


--
Dennis Lundberg

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to