lore wrote:
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
Do the timestamps make any sense at all to you? I'm trying to find out
if it's a formating issue or an SCM issue.
Was the file with the above timestamp changed on the 27 of May in, well
some year?
Thanks a lot in advance!
Lorenzo
P.S.: Sorry for my English
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]