Re: [Stat-scm-user] Problem retrieving the module
Brought to you by:
benoitx,
dougculnane
|
From: Culnane, D. J. <Dou...@id...> - 2006-11-28 13:38:43
|
Great my first user....! Thanks for your mail.
The problem is that the project is a bit new so the first users must be
a bit patient, but I will try to get this working for you.
Try to add a versio to the reporting section of your pom:
[...]
<reporting>
<plugins>
[...]
<plugin>
<groupId>net.sf</groupId>
<artifactId>stat-scm</artifactId>
<version>1.0-SNAPSHOT</version>
</plugin>
</plugins>
</reporting>
[...]
Let me know if this works.
All the best,
Doug
|