Fix broken Maven links

This commit is contained in:
Oliver Burn 2003-03-30 06:41:04 +00:00
parent b0902e01cc
commit 712a812fdd
1 changed files with 24 additions and 5 deletions

View File

@ -93,8 +93,8 @@
<p class="body">
A good example of a report that can be produced using Checkstyle and
<a href="http://jakarta.apache.org/turbine/maven/">Maven</a> can be
<a href="http://jakarta.apache.org/turbine/maven/checkstyle-report.html">seen here</a>.
<a href="http://maven.apache.org/">Maven</a> can be
<a href="http://maven.apache.org/checkstyle-report.html">seen here</a>.
</p>
<p class="body"> After many months of development Checkstyle version 3
@ -164,9 +164,28 @@
</p>
<ul>
<li class="body">David Schneider has written a plug-in to integrate Checkstyle with <a href="http://www.eclipse.org">Eclipse/WSAD</a>. It is available from <a href="http://www.atlas-sw.com">http://www.atlas-sw.com</a>.</li>
<li class="body">Mark Lussier has written a plug-in to integrate Checkstyle with <a href="http://www.intellij.com/idea/">IntelliJ IDEA</a>. It is available from <a href="http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin">http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin</a>.</li>
<li class="body">The <a href="http://jakarta.apache.org/turbine/maven/">Maven</a> project management system provides support for Checkstyle. <a href="http://jakarta.apache.org/turbine/maven/reference/plugins/checkstyle/properties.html">Configuration documentation</a> and an <a href="http://jakarta.apache.org/turbine/maven/checkstyle-report.html">example report</a> are also available.</li>
<li class="body">
David Schneider has written a plug-in to integrate Checkstyle with <a
href="http://www.eclipse.org">Eclipse/WSAD</a>. It is available from <a
href="http://www.atlas-sw.com">http://www.atlas-sw.com</a>.
</li>
<li class="body">
Mark Lussier has written a plug-in to integrate Checkstyle with <a
href="http://www.intellij.com/idea/">IntelliJ IDEA</a>. It is available from
<a
href="http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin">http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin</a>.
</li>
<li class="body">
The <a href="http://maven.apache.org/">Maven</a> project management
system provides support for Checkstyle. <a
href="http://maven.apache.org/reference/plugins/checkstyle/index.html">Configuration
documentation</a> and an <a
href="http://maven.apache.org/checkstyle-report.html">example report</a> are
also available.
</li>
<li class="body">Xandy Johnson has written a file-type plug-in to integrate Checkstyle with the <a href="http://www.vim.org">Vim editor</a>. It is available from <a href="http://vim.sourceforge.net/script.php?script_id=448">here</a>.</li>
<li class="body">Todd Papaioannou has written <a href="http://plugins.jedit.org/plugins/?CheckStylePlugin">CheckStylePlugin</a> to integrate Checkstyle with the very cool <a href="http://www.jedit.org/">jEdit</a> editor.</li>
<li class="body">Paul Goulbourn has written <a href="http://nbcheckstyle.sourceforge.net">nbCheckStyle</a>, a module to integrate Checkstyle with <a href="http://www.netbeans.org">NetBeans</a>.</li>