That's what I tried. I get the following error message

[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not
exist or no valid version could be found

Do I need to point to some other plugin repository?

Thanks,
Sanjiv

On 8/3/06, Roald Bankras <[EMAIL PROTECTED]> wrote:

Add this to your pom

<project>
   ....
   <scm>
       <connection>scm:svn{PUT YOUR SVN URL HERE}</connection>
   </scm>
   ....
  <reporting>
       <plugins>
           ...
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-changelog-plugin</artifactId>
           </plugin>
       </plugins>
   </reporting>
</project>

Roald Bankras
Software Engineer
JTeam b.v.

-----Original Message-----
From: Sanjiv Jivan [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 03, 2006 3:35 PM
To: Maven Users List
Subject: Re: svn check-in history report

Thanks but where for I get this plugin from?
http://www.ibiblio.org/maven2/org/apache/maven/plugins/  does not have
this
plugin.
Google took me here
http://www.ibiblio.org/pub/packages/maven2/maven/maven-changelog-plugin/but
how do I point to this location?

Sanjiv

On 8/3/06, Roald Bankras <[EMAIL PROTECTED]> wrote:
>
> Take a look at the maven changelog plugin
>
> Roald Bankras
> Software Engineer
> JTeam b.v.
> -----Original Message-----
> From: Sanjiv Jivan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 03, 2006 1:19 AM
> To: Maven Users List
> Subject: svn check-in history report
>
> Is there a report that lists the recent checkins into SVN along with
date
> /
> author info?
>
> Thanks,
> Sanjiv
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.10.5/405 - Release Date: 8/1/2006
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.10.5/405 - Release Date: 8/1/2006
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006


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


Reply via email to