Hi,
I used to be able to run the maven site target, and changelog would just
skip over (because my SCM is Visual SourceSafe). Now however it fails:
In file C:\java\dbforms\examples\selftest\target\checkstyle-raw-report.xml
time:
1035914158000
Out file
C:\java\dbforms\examples\selftest\target\generated-xdocs\checkstyle-rep
ort.xml time: 1035914122000
Style file c:\java\maven\plugins\maven-checkstyle-plugin-1.1\checkstyle.dvsl
tim
e: 1035912714000
Processing
C:\java\dbforms\examples\selftest\target\checkstyle-raw-report.xml to
C:\java\dbforms\examples\selftest\target\generated-xdocs\checkstyle-report.x
ml
Processed C:\java\dbforms\examples\selftest\target\checkstyle-raw-report.xml
in
94 ms.
checkstyle:
changelog:generate:
[ERROR] BUILD FAILED
[ERROR] repository connection string not specified
Total time: 6 seconds
C:\java\dbforms\examples\selftest>
If I comment out this part of the POM:
<repository>
<connection></connection>
<url></url>
</repository>
it still fails..
Eric Pugh