Moved license and cvs reports to doc
This commit is contained in:
parent
4eb5b0a815
commit
8888e072a2
|
@ -3,3 +3,6 @@ maven.sdocbook.fo.params=-PARAM paper.type A4 -PARAM use.extensions 1 -PARAM tab
|
|||
maven.sdocbook.src.dir=${basedir}/docbook
|
||||
maven.sdocbook.resources.include=**/*.gif,**/*.svg,**/*.jpg,**/*.css
|
||||
maven.sdocbook.stylesheets.dir=${maven.build.dir}/docbook-xsl-1.66.1
|
||||
|
||||
# statcvs, log all modules
|
||||
statcvs.log.options=${rootdir}
|
|
@ -24,6 +24,8 @@
|
|||
</dependencies>
|
||||
|
||||
<reports>
|
||||
<report>maven-statcvs-plugin</report>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-dashboard-plugin</report>
|
||||
<report>maven-multiproject-plugin</report>
|
||||
|
|
|
@ -376,18 +376,14 @@
|
|||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-checkstyle-plugin</report>
|
||||
<report>maven-clover-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-javadoc-plugin</report>
|
||||
<report>maven-jdepend-plugin</report>
|
||||
<report>maven-junit-report-plugin</report>
|
||||
<report>maven-jxr-plugin</report>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-pmd-plugin</report>
|
||||
<report>maven-simian-plugin</report>
|
||||
<report>maven-tasklist-plugin</report>
|
||||
<report>maven-findbugs-plugin</report>
|
||||
<report>maven-statcvs-plugin</report>
|
||||
</reports>
|
||||
<versions>
|
||||
<version>
|
||||
|
|
Loading…
Reference in New Issue