You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Morgovsky, Alexander (US - Glen Mills)" <am...@deloitte.com> on 2007/11/07 00:14:14 UTC

StatSVN plugin

Hello.  Has anyone been able to make StatSVN functional in their
POM.xml?  I have done a search for any successful notes for this
plug-in, but I was not able to find any.  Please let me know, thank you. 


This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]

Re: StatSVN plugin

Posted by olivier lamy <ol...@apache.org>.
Hi,
Yes I do.
But only in a profile because this can be long.
    <profile>
      <id>stats-scm</id>
      <reporting>
        <plugins>
          <plugin>
            <groupId>net.sf</groupId>
            <artifactId>stat-scm</artifactId>
          </plugin>
        </plugins>
      </reporting>
    </profile>
Note : if your machine has some internet access restrictions, you have to
take care because the pom [1] declare some not central repositories. (
http://stat-scm.sourceforge.net/maven2)

But it's not an apache mojo, the best is to ask the guys who works on this
[2]

--
Olivier

[1] http://repo1.maven.org/maven2/net/sf/stat-scm/1.0.0/stat-scm-1.0.0.pom
[2] http://stat-scm.sourceforge.net/

2007/11/7, Morgovsky, Alexander (US - Glen Mills) <am...@deloitte.com>:
>
> Hello.  Has anyone been able to make StatSVN functional in their
> POM.xml?  I have done a search for any successful notes for this
> plug-in, but I was not able to find any.  Please let me know, thank you.
>
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law.  If
> you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of
> any action based on it, is strictly prohibited. [v.E.1]
>