Hi!
I'm trying to generate the changelog report but I've some problems.
First I tryed to use the plugin in the last released version:
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changelog-maven-plugin</artifactId>

but there were problems in the urls pointing to the files in the Subversion
repository. Many of our repositories have repeated words in their url (ex.:
http://svn_url/.../prod_name/prod_name/...)  and those repetition went lost
(ex.: http://svn_url/.../prod_name/...).

Then I've modified the pom to use the snapshot of the plugin refactored:
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>2.0-SNAPSHOT</version>

and now the timestamps are wrong and look like this:
        0020-05-27 00:00:00

Thanks a lot in advance!
                             Lorenzo

P.S.: Sorry for my English
-- 
View this message in context: 
http://www.nabble.com/Problem-with-changelog-report-tf2079095.html#a5726723
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to