Add missing sites for sub modules (java8, test, ui)

Add missing sub module site menu (groovy, java8, perl, swift, test, ui)
This commit is contained in:
Andreas Dangel
2016-11-02 19:51:43 +01:00
parent 9be65ef2eb
commit cc94ed4c33
9 changed files with 76 additions and 11 deletions

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 Groovy">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>

View File

@ -0,0 +1,5 @@
# PMD Java8 Integration Tests
Some integrations test for the language module pmd-java require
compiled java classes, which use the class format of java8.
This module contains these test classes.

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 Java8 Integration Tests">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>

View File

@ -7,17 +7,6 @@
<body>
<menu ref="parent"/>
<!-- The rulesets part of navigation will be added during pre-site and the
list is build dynamically based on rulesets folder directory layout -->
<menu name="Rule Sets"/>
<!-- *********** -->
<menu ref="reports"/>
</body>
</project>

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 Swift">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>

View File

@ -0,0 +1,6 @@
# PMD Test Framework
This module provides a framework to run tests for rules.
It is usually used by the language modules in order to write
unit tests with real code samples.

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 Test Framework">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>

View File

@ -0,0 +1,5 @@
# PMD UI Applications
Future place for the UI applications of PMD and CPD.
Currently the applications are part of the module pmd-core.

12
pmd-ui/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 UI Applications">
<body>
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>