Hi,
I did figure out that maven.mode.online=false would prevent it from running
changelog, however, I feel that this isn't the best solution since I am
actually online, I just don't have a support SCM. I looked at the
ChangeLog.java and it seems that in the doExecute method, if "connection"
is null or blank, then just emit a warning that there is no changelog
available or something.. If this sounds like a good plan, I can make the
change...
Eric Pugh
-----Original Message-----
From: Pugh, Eric
Sent: Tuesday, October 29, 2002 12:56 PM
To: 'Turbine Maven Developers List'
Subject: Maven Site fails on ChangeLog
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