forked from phoedos/pmd
Configure the site for every module
This commit is contained in:
3
pmd-cpp/src/site/markdown/index.md
Normal file
3
pmd-cpp/src/site/markdown/index.md
Normal 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
12
pmd-cpp/src/site/site.xml
Normal 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>
|
Reference in New Issue
Block a user