Friends,
I am using Maven 1.0.2 & while trying to generate the site in the following way
i am getting errors pasted below.
Please let help me to sort out the problem
D:\dev\mavenbook\code\genapp\test-application>maven site
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
site:
xdoc:register-reports:
maven-jdepend-plugin:register:
maven-checkstyle-plugin:register:
maven-changes-plugin:register:
maven-changelog-plugin:register:
maven-developer-activity-plugin:register:
maven-file-activity-plugin:register:
maven-license-plugin:register:
xdoc:init:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
maven-junit-report-plugin:register:
maven-linkcheck-plugin:register:
maven-tasklist-plugin:register:
site:run-reports:
[echo] Generating the Metrics...
maven-jdepend-plugin:report:
java:prepare-filesystem:
java:compile:
[echo] Compiling to D:\dev\mavenbook\code\genapp\test-application/target/cla
sses
[echo]
==========================================================
NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs
==========================================================
[echo] Generating the Checkstyle...
checkstyle:init:
checkstyle:report:
[echo]
=================================================================
= W A R N I N G =
=================================================================
= Your project doesn't contain a header file specified as: =
= D:\dev\mavenbook\code\genapp\test-application/LICENSE.txt
= Checkstyle needs it to check the existence of the License in =
= your source files. If it can't find this file, it throws an =
= error. =
= A temporary solution is to create an empty LICENSE.txt file. =
= Though, we recommend that you edit this License. =
=================================================================
checkstyle:run:
[echo] Using file:C:/Documents and Settings/Shailesh.Barde/.maven/cache/mave
n-checkstyle-plugin-2.5/plugin-resources/sun_checks.xml for checkstyle ...
[echo] Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
BUILD FAILED
File...... C:\Documents and Settings\Shailesh.Barde\.maven\cache\maven-changelog
-plugin-1.7.1\plugin.jelly
Element... changelog:changelog
Line...... 83
Column.... 15
repository connection string does not specify 'cvs' as the scm
Total time: 6 seconds
Finished at: Fri Jan 20 10:57:41 IST 2006
Regards,