Configure the site for every module

This commit is contained in:
Andreas Dangel
2014-10-08 21:49:23 +02:00
parent bc9469e385
commit 475745e98e
29 changed files with 417 additions and 153 deletions

View File

@ -0,0 +1,3 @@
# PMD C++
Only CPD is supported. There are no PMD rules for C++.

12
pmd-cpp/src/site/site.xml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/DECORATION/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
name="PMD CPP">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>