-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move documentation up to parent module
- Loading branch information
Showing
69 changed files
with
202 additions
and
125 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# PMD Distribution Packages | ||
|
||
This is the maven module, which generates the binary and source packages of PMD. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 Distribution"> | ||
|
||
<body> | ||
<menu ref="parent"/> | ||
|
||
</body> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# PMD Java | ||
|
||
Contains the PMD implementation to support the Java programming language. | ||
|
||
For the available rules, see <a href="rules/index.html">rulesets index</a> page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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 Java"> | ||
|
||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# PMD | ||
|
||
Contains the core packages and API needed to implement support for specific languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?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"> | ||
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.3.0</version> | ||
</skin> | ||
|
||
<custom> | ||
<fluidoSkin> | ||
<topBarEnabled>true</topBarEnabled> | ||
<sideBarEnabled>true</sideBarEnabled> | ||
</fluidoSkin> | ||
</custom> | ||
|
||
<bannerLeft> | ||
<name>pmd-logo</name> | ||
<src>images/pmd_logo_small.png</src> | ||
<href>http://pmd.sourceforge.net/</href> | ||
</bannerLeft> | ||
<bannerRight> | ||
<name>SourceForge</name> | ||
<src>images/sflogo.png</src> | ||
<href>http://sourceforge.net/</href> | ||
</bannerRight> | ||
|
||
<poweredBy> | ||
<logo name="Maven" | ||
alt="Built by Maven" | ||
href="http://maven.apache.org/" | ||
img="http://maven.apache.org/images/logos/maven-feather.png"/> | ||
<logo name="SourceForge.net" | ||
alt="SourceForge.net. Fast, secure and Free Open Source software downloads" | ||
href="http://sourceforge.net/" | ||
img="http://sflogo.sourceforge.net/sflogo.php?group_id=56262&type=10" | ||
width="80" height="15"/> | ||
</poweredBy> | ||
|
||
<body> | ||
<links> | ||
<item href="http://sourceforge.net/projects/pmd" name="SourceForge.net Project Page"/> | ||
<item href="http://sourceforge.net" name="Hosted by SourceForge"/> | ||
</links> | ||
|
||
<breadcrumbs> | ||
<item href="http://www.sourceforge.net/" name="SourceForge"/> | ||
<item href="http://pmd.sourceforge.net/" name="PMD"/> | ||
</breadcrumbs> | ||
|
||
<menu ref="modules" /> | ||
|
||
<menu name="Overview"> | ||
<item href="https://sourceforge.net/projects/pmd/files/pmd/${version}/" name="Download PMD ${version}"/> | ||
<item href="/overview/changelog.html" name="What's new in PMD ${version}"/> | ||
<item href="/overview/changelog-old.html" name="Previous versions"/> | ||
<item href="/overview/news.html" name="PMD in the news"/> | ||
<item href="/overview/products.html" name="PMD-related products and books"/> | ||
<item href="/overview/bestpractices.html" name="Best practices"/> | ||
<item href="/overview/future.html" name="Future directions"/> | ||
<item href="/overview/similar-projects.html" name="Similar projects"/> | ||
<item href="/overview/credits.html" name="Credits"/> | ||
<item href="/overview/license.html" name="License"/> | ||
<item href="/overview/meaning.html" name="What does 'PMD' mean?"/> | ||
</menu> | ||
<menu name="Usage"> | ||
<item href="/usage/installing.html" name="Installation"/> | ||
<item href="/usage/running.html" name="Command line usage"/> | ||
<item href="/usage/ant-task.html" name="Ant task usage"/> | ||
<item href="/usage/maven-plugin.html" name="Maven plugin usage"/> | ||
<item href="/usage/mvn-plugin.html" name="Mvn plugin usage"/> | ||
<item href="/usage/integrations.html" name="IDE plugin usage"/> | ||
<item href="/usage/suppressing.html" name="Suppressing warnings"/> | ||
<item href="/usage/cpd-usage.html" name="Finding duplicated code"/> | ||
<item href="/usage/jspsupport.html" name="JSP support"/> | ||
<item href="/usage/ci-plugins.html" name="CI Plugins"/> | ||
<item href="/usage/faq.html" name="FAQ"/> | ||
</menu> | ||
<menu name="Customizing PMD"> | ||
<item href="/customizing/compiling.html" name="Compiling PMD"/> | ||
<item href="/customizing/howtowritearule.html" name="How to write a rule"/> | ||
<item href="/customizing/xpathruletutorial.html" name="Writing XPath rules"/> | ||
<item href="/customizing/howtomakearuleset.html" name="How to make a rule set"/> | ||
<item href="/customizing/howitworks.html" name="How it works"/> | ||
<item href="/customizing/rule-guidelines.html" name="Rule guidelines"/> | ||
<item href="/customizing/pmd-developer.html" name="PMD developers information"/> | ||
<item href="/customizing/pmd-release-process.html" name="PMD Release Process"/> | ||
<item href="/customizing/new-language.html" name="New Language"/> | ||
</menu> | ||
<menu name="For example"> | ||
<item href="../scoreboard.html" name="Run PMD on a Sourceforge project"/> | ||
</menu> | ||
<menu name="Misc."> | ||
<item href="http://webhostinggeeks.com/science/xpath-sourceforge-ka" name="XPath tutorial (Gregorian)"/> | ||
</menu> | ||
</body> | ||
</project> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.