Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/ReportResourceTest.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/ReportResourceTest.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/ReportResourceTest.html
Tue May 8 13:54:20 2012
@@ -36,39 +36,40 @@
<a name="26" href="#26">26</a>
<a name="27" href="#27">27</a> <em class="jxr_javadoccomment">/**</em>
<a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * @author
Edwin Punzalan</em>
-<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> */</em>
-<a name="30" href="#30">30</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../org/apache/maven/plugin/checkstyle/ReportResourceTest.html">ReportResourceTest</a>
-<a name="31" href="#31">31</a> <strong
class="jxr_keyword">extends</strong> TestCase
-<a name="32" href="#32">32</a> {
-<a name="33" href="#33">33</a> <strong
class="jxr_keyword">private</strong> File outputDir = <strong
class="jxr_keyword">new</strong> File( PlexusTestCase.getBasedir(), <span
class="jxr_string">"target/unit-test/ReportResource"</span> );
-<a name="34" href="#34">34</a>
-<a name="35" href="#35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testConstructor()
-<a name="36" href="#36">36</a> {
-<a name="37" href="#37">37</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <span
class="jxr_string">"reportbase"</span>, outputDir );
-<a name="38" href="#38">38</a> assertEquals( <span
class="jxr_string">"Test resourcePathBase"</span>, <span
class="jxr_string">"reportbase"</span>, reportResource.getResourcePathBase() );
-<a name="39" href="#39">39</a> assertEquals( <span
class="jxr_string">"Test outputDirectory"</span>, outputDir,
reportResource.getOutputDirectory() );
-<a name="40" href="#40">40</a> }
-<a name="41" href="#41">41</a>
-<a name="42" href="#42">42</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testSetters()
-<a name="43" href="#43">43</a> {
-<a name="44" href="#44">44</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <strong
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong> );
-<a name="45" href="#45">45</a> reportResource.setResourcePathBase(
<span class="jxr_string">"reportbase"</span> );
-<a name="46" href="#46">46</a> reportResource.setOutputDirectory(
outputDir );
-<a name="47" href="#47">47</a>
-<a name="48" href="#48">48</a> assertEquals( <span
class="jxr_string">"Test resourcePathBase"</span>, <span
class="jxr_string">"reportbase"</span>, reportResource.getResourcePathBase() );
-<a name="49" href="#49">49</a> assertEquals( <span
class="jxr_string">"Test outputDirectory"</span>, outputDir,
reportResource.getOutputDirectory() );
-<a name="50" href="#50">50</a> }
-<a name="51" href="#51">51</a>
-<a name="52" href="#52">52</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testCopy()
-<a name="53" href="#53">53</a> <strong
class="jxr_keyword">throws</strong> Exception
-<a name="54" href="#54">54</a> {
-<a name="55" href="#55">55</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <span
class="jxr_string">"META-INF/plexus"</span>, outputDir );
-<a name="56" href="#56">56</a> reportResource.copy( <span
class="jxr_string">"components.xml"</span> );
-<a name="57" href="#57">57</a>
-<a name="58" href="#58">58</a> File copiedFile = <strong
class="jxr_keyword">new</strong> File( outputDir, <span
class="jxr_string">"components.xml"</span> );
-<a name="59" href="#59">59</a> assertTrue( <span
class="jxr_string">"Test copied file exists"</span>, copiedFile.exists() );
-<a name="60" href="#60">60</a> }
-<a name="61" href="#61">61</a> }
+<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * @version
$Id$</em>
+<a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em>
+<a name="31" href="#31">31</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../org/apache/maven/plugin/checkstyle/ReportResourceTest.html">ReportResourceTest</a>
+<a name="32" href="#32">32</a> <strong
class="jxr_keyword">extends</strong> TestCase
+<a name="33" href="#33">33</a> {
+<a name="34" href="#34">34</a> <strong
class="jxr_keyword">private</strong> File outputDir = <strong
class="jxr_keyword">new</strong> File( PlexusTestCase.getBasedir(), <span
class="jxr_string">"target/unit-test/ReportResource"</span> );
+<a name="35" href="#35">35</a>
+<a name="36" href="#36">36</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testConstructor()
+<a name="37" href="#37">37</a> {
+<a name="38" href="#38">38</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <span
class="jxr_string">"reportbase"</span>, outputDir );
+<a name="39" href="#39">39</a> assertEquals( <span
class="jxr_string">"Test resourcePathBase"</span>, <span
class="jxr_string">"reportbase"</span>, reportResource.getResourcePathBase() );
+<a name="40" href="#40">40</a> assertEquals( <span
class="jxr_string">"Test outputDirectory"</span>, outputDir,
reportResource.getOutputDirectory() );
+<a name="41" href="#41">41</a> }
+<a name="42" href="#42">42</a>
+<a name="43" href="#43">43</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testSetters()
+<a name="44" href="#44">44</a> {
+<a name="45" href="#45">45</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <strong
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong> );
+<a name="46" href="#46">46</a> reportResource.setResourcePathBase(
<span class="jxr_string">"reportbase"</span> );
+<a name="47" href="#47">47</a> reportResource.setOutputDirectory(
outputDir );
+<a name="48" href="#48">48</a>
+<a name="49" href="#49">49</a> assertEquals( <span
class="jxr_string">"Test resourcePathBase"</span>, <span
class="jxr_string">"reportbase"</span>, reportResource.getResourcePathBase() );
+<a name="50" href="#50">50</a> assertEquals( <span
class="jxr_string">"Test outputDirectory"</span>, outputDir,
reportResource.getOutputDirectory() );
+<a name="51" href="#51">51</a> }
+<a name="52" href="#52">52</a>
+<a name="53" href="#53">53</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong>
testCopy()
+<a name="54" href="#54">54</a> <strong
class="jxr_keyword">throws</strong> Exception
+<a name="55" href="#55">55</a> {
+<a name="56" href="#56">56</a> ReportResource reportResource =
<strong class="jxr_keyword">new</strong> ReportResource( <span
class="jxr_string">"META-INF/plexus"</span>, outputDir );
+<a name="57" href="#57">57</a> reportResource.copy( <span
class="jxr_string">"components.xml"</span> );
+<a name="58" href="#58">58</a>
+<a name="59" href="#59">59</a> File copiedFile = <strong
class="jxr_keyword">new</strong> File( outputDir, <span
class="jxr_string">"components.xml"</span> );
+<a name="60" href="#60">60</a> assertTrue( <span
class="jxr_string">"Test copied file exists"</span>, copiedFile.exists() );
+<a name="61" href="#61">61</a> }
+<a name="62" href="#62">62</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a
href="http://maven.apache.org/">Maven</a></div></body>
</html>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference Package
org.apache.maven.plugin.checkstyle</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference Package
org.apache.maven.plugin.checkstyle</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference Package
org.apache.maven.plugin.checkstyle</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference Package
org.apache.maven.plugin.checkstyle</title>
<link rel="stylesheet" type="text/css"
href="../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithExceptionsStub.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithExceptionsStub.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithExceptionsStub.html
Tue May 8 13:54:20 2012
@@ -36,16 +36,18 @@
<a name="26" href="#26">26</a>
<a name="27" href="#27">27</a> <em class="jxr_javadoccomment">/**</em>
<a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * @author
Edwin Punzalan</em>
-<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> */</em>
-<a name="30" href="#30">30</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithExceptionsStub.html">MavenProjectWithExceptionsStub</a>
-<a name="31" href="#31">31</a> <strong
class="jxr_keyword">extends</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
-<a name="32" href="#32">32</a> {
-<a name="33" href="#33">33</a> <strong
class="jxr_keyword">public</strong> List getCompileClasspathElements()
-<a name="34" href="#34">34</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
-<a name="35" href="#35">35</a> {
-<a name="36" href="#36">36</a> <strong
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong>
DependencyResolutionRequiredException( <strong class="jxr_keyword">new</strong>
ArtifactStub() );
-<a name="37" href="#37">37</a> }
-<a name="38" href="#38">38</a> }
+<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * @version
$Id$</em>
+<a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em>
+<a name="31" href="#31">31</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithExceptionsStub.html">MavenProjectWithExceptionsStub</a>
+<a name="32" href="#32">32</a> <strong
class="jxr_keyword">extends</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
+<a name="33" href="#33">33</a> {
+<a name="34" href="#34">34</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="35" href="#35">35</a> <strong
class="jxr_keyword">public</strong> List getCompileClasspathElements()
+<a name="36" href="#36">36</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
+<a name="37" href="#37">37</a> {
+<a name="38" href="#38">38</a> <strong
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong>
DependencyResolutionRequiredException( <strong class="jxr_keyword">new</strong>
ArtifactStub() );
+<a name="39" href="#39">39</a> }
+<a name="40" href="#40">40</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a
href="http://maven.apache.org/">Maven</a></div></body>
</html>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.html
Tue May 8 13:54:20 2012
@@ -34,20 +34,23 @@
<a name="24" href="#24">24</a>
<a name="25" href="#25">25</a> <em class="jxr_javadoccomment">/**</em>
<a name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * @author
Edwin Punzalan</em>
-<a name="27" href="#27">27</a> <em class="jxr_javadoccomment"> */</em>
-<a name="28" href="#28">28</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.html">MavenProjectWithNoJxrPluginStub</a>
-<a name="29" href="#29">29</a> <strong
class="jxr_keyword">extends</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
-<a name="30" href="#30">30</a> {
-<a name="31" href="#31">31</a> <strong
class="jxr_keyword">public</strong> String getInceptionYear()
-<a name="32" href="#32">32</a> {
-<a name="33" href="#33">33</a> <strong
class="jxr_keyword">return</strong> <span class="jxr_string">"2005"</span>;
-<a name="34" href="#34">34</a> }
-<a name="35" href="#35">35</a>
-<a name="36" href="#36">36</a> <strong
class="jxr_keyword">public</strong> List getReportPlugins()
-<a name="37" href="#37">37</a> {
-<a name="38" href="#38">38</a> <strong
class="jxr_keyword">return</strong> Collections.EMPTY_LIST;
-<a name="39" href="#39">39</a> }
-<a name="40" href="#40">40</a> }
+<a name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * @version
$Id$</em>
+<a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> */</em>
+<a name="29" href="#29">29</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.html">MavenProjectWithNoJxrPluginStub</a>
+<a name="30" href="#30">30</a> <strong
class="jxr_keyword">extends</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
+<a name="31" href="#31">31</a> {
+<a name="32" href="#32">32</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="33" href="#33">33</a> <strong
class="jxr_keyword">public</strong> String getInceptionYear()
+<a name="34" href="#34">34</a> {
+<a name="35" href="#35">35</a> <strong
class="jxr_keyword">return</strong> <span class="jxr_string">"2005"</span>;
+<a name="36" href="#36">36</a> }
+<a name="37" href="#37">37</a>
+<a name="38" href="#38">38</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="39" href="#39">39</a> <strong
class="jxr_keyword">public</strong> List getReportPlugins()
+<a name="40" href="#40">40</a> {
+<a name="41" href="#41">41</a> <strong
class="jxr_keyword">return</strong> Collections.EMPTY_LIST;
+<a name="42" href="#42">42</a> }
+<a name="43" href="#43">43</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a
href="http://maven.apache.org/">Maven</a></div></body>
</html>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html
Tue May 8 13:54:20 2012
@@ -42,89 +42,77 @@
<a name="32" href="#32">32</a>
<a name="33" href="#33">33</a> <em class="jxr_javadoccomment">/**</em>
<a name="34" href="#34">34</a> <em class="jxr_javadoccomment"> * @author
Edwin Punzalan</em>
-<a name="35" href="#35">35</a> <em class="jxr_javadoccomment"> */</em>
-<a name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
-<a name="37" href="#37">37</a> <strong
class="jxr_keyword">extends</strong>
org.apache.maven.plugin.testing.stubs.MavenProjectStub
-<a name="38" href="#38">38</a> {
-<a name="39" href="#39">39</a> <em class="jxr_javadoccomment">/**</em>
-<a name="40" href="#40">40</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getCompileClasspathElements()</em>
-<a name="41" href="#41">41</a> <em class="jxr_javadoccomment"> */</em>
-<a name="42" href="#42">42</a> <strong
class="jxr_keyword">public</strong> List getCompileClasspathElements()
-<a name="43" href="#43">43</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
-<a name="44" href="#44">44</a> {
-<a name="45" href="#45">45</a> <strong
class="jxr_keyword">return</strong> Collections.singletonList(
PlexusTestCase.getBasedir() + <span class="jxr_string">"/target/classes"</span>
);
-<a name="46" href="#46">46</a> }
-<a name="47" href="#47">47</a>
-<a name="48" href="#48">48</a> <em class="jxr_javadoccomment">/**</em>
-<a name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getTestClasspathElements()</em>
-<a name="50" href="#50">50</a> <em class="jxr_javadoccomment"> */</em>
-<a name="51" href="#51">51</a> <strong
class="jxr_keyword">public</strong> List getTestClasspathElements()
-<a name="52" href="#52">52</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
-<a name="53" href="#53">53</a> {
-<a name="54" href="#54">54</a> List list = <strong
class="jxr_keyword">new</strong> ArrayList( getCompileClasspathElements() );
-<a name="55" href="#55">55</a> list.add( PlexusTestCase.getBasedir()
+ <span class="jxr_string">"/target/test-classes"</span> );
-<a name="56" href="#56">56</a> <strong
class="jxr_keyword">return</strong> list;
-<a name="57" href="#57">57</a> }
-<a name="58" href="#58">58</a>
-<a name="59" href="#59">59</a> <em class="jxr_javadoccomment">/**</em>
-<a name="60" href="#60">60</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getBasedir()</em>
-<a name="61" href="#61">61</a> <em class="jxr_javadoccomment"> */</em>
-<a name="62" href="#62">62</a> <strong
class="jxr_keyword">public</strong> File getBasedir()
-<a name="63" href="#63">63</a> {
-<a name="64" href="#64">64</a> <strong
class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong>
File( PlexusTestCase.getBasedir() );
-<a name="65" href="#65">65</a> }
+<a name="35" href="#35">35</a> <em class="jxr_javadoccomment"> * @version
$Id$</em>
+<a name="36" href="#36">36</a> <em class="jxr_javadoccomment"> */</em>
+<a name="37" href="#37">37</a> <strong class="jxr_keyword">public</strong>
<strong class="jxr_keyword">class</strong> <a
href="../../../../../../org/apache/maven/plugin/checkstyle/stubs/MinMavenProjectStub.html">MinMavenProjectStub</a>
+<a name="38" href="#38">38</a> <strong
class="jxr_keyword">extends</strong>
org.apache.maven.plugin.testing.stubs.MavenProjectStub
+<a name="39" href="#39">39</a> {
+<a name="40" href="#40">40</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="41" href="#41">41</a> <strong
class="jxr_keyword">public</strong> List getCompileClasspathElements()
+<a name="42" href="#42">42</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
+<a name="43" href="#43">43</a> {
+<a name="44" href="#44">44</a> <strong
class="jxr_keyword">return</strong> Collections.singletonList(
PlexusTestCase.getBasedir() + <span class="jxr_string">"/target/classes"</span>
);
+<a name="45" href="#45">45</a> }
+<a name="46" href="#46">46</a>
+<a name="47" href="#47">47</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="48" href="#48">48</a> <strong
class="jxr_keyword">public</strong> List getTestClasspathElements()
+<a name="49" href="#49">49</a> <strong
class="jxr_keyword">throws</strong> DependencyResolutionRequiredException
+<a name="50" href="#50">50</a> {
+<a name="51" href="#51">51</a> List list = <strong
class="jxr_keyword">new</strong> ArrayList( getCompileClasspathElements() );
+<a name="52" href="#52">52</a> list.add( PlexusTestCase.getBasedir()
+ <span class="jxr_string">"/target/test-classes"</span> );
+<a name="53" href="#53">53</a> <strong
class="jxr_keyword">return</strong> list;
+<a name="54" href="#54">54</a> }
+<a name="55" href="#55">55</a>
+<a name="56" href="#56">56</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="57" href="#57">57</a> <strong
class="jxr_keyword">public</strong> File getBasedir()
+<a name="58" href="#58">58</a> {
+<a name="59" href="#59">59</a> <strong
class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong>
File( PlexusTestCase.getBasedir() );
+<a name="60" href="#60">60</a> }
+<a name="61" href="#61">61</a>
+<a name="62" href="#62">62</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="63" href="#63">63</a> <strong
class="jxr_keyword">public</strong> List getReportPlugins()
+<a name="64" href="#64">64</a> {
+<a name="65" href="#65">65</a> ReportPlugin jxrPlugin = <strong
class="jxr_keyword">new</strong> ReportPlugin();
<a name="66" href="#66">66</a>
-<a name="67" href="#67">67</a> <em class="jxr_javadoccomment">/**</em>
-<a name="68" href="#68">68</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getReportPlugins()</em>
-<a name="69" href="#69">69</a> <em class="jxr_javadoccomment"> */</em>
-<a name="70" href="#70">70</a> <strong
class="jxr_keyword">public</strong> List getReportPlugins()
-<a name="71" href="#71">71</a> {
-<a name="72" href="#72">72</a> ReportPlugin jxrPlugin = <strong
class="jxr_keyword">new</strong> ReportPlugin();
-<a name="73" href="#73">73</a>
-<a name="74" href="#74">74</a> jxrPlugin.setArtifactId( <span
class="jxr_string">"maven-jxr-plugin"</span> );
-<a name="75" href="#75">75</a>
-<a name="76" href="#76">76</a> <strong
class="jxr_keyword">return</strong> Collections.singletonList( jxrPlugin );
-<a name="77" href="#77">77</a> }
+<a name="67" href="#67">67</a> jxrPlugin.setArtifactId( <span
class="jxr_string">"maven-jxr-plugin"</span> );
+<a name="68" href="#68">68</a>
+<a name="69" href="#69">69</a> <strong
class="jxr_keyword">return</strong> Collections.singletonList( jxrPlugin );
+<a name="70" href="#70">70</a> }
+<a name="71" href="#71">71</a>
+<a name="72" href="#72">72</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="73" href="#73">73</a> <strong
class="jxr_keyword">public</strong> Organization getOrganization()
+<a name="74" href="#74">74</a> {
+<a name="75" href="#75">75</a> Organization organization = <strong
class="jxr_keyword">new</strong> Organization();
+<a name="76" href="#76">76</a>
+<a name="77" href="#77">77</a> organization.setName( <span
class="jxr_string">"maven-plugin-tests"</span> );
<a name="78" href="#78">78</a>
-<a name="79" href="#79">79</a> <em class="jxr_javadoccomment">/**</em>
-<a name="80" href="#80">80</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getOrganization()</em>
-<a name="81" href="#81">81</a> <em class="jxr_javadoccomment"> */</em>
-<a name="82" href="#82">82</a> <strong
class="jxr_keyword">public</strong> Organization getOrganization()
-<a name="83" href="#83">83</a> {
-<a name="84" href="#84">84</a> Organization organization = <strong
class="jxr_keyword">new</strong> Organization();
-<a name="85" href="#85">85</a>
-<a name="86" href="#86">86</a> organization.setName( <span
class="jxr_string">"maven-plugin-tests"</span> );
+<a name="79" href="#79">79</a> <strong
class="jxr_keyword">return</strong> organization;
+<a name="80" href="#80">80</a> }
+<a name="81" href="#81">81</a>
+<a name="82" href="#82">82</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="83" href="#83">83</a> <strong
class="jxr_keyword">public</strong> String getInceptionYear()
+<a name="84" href="#84">84</a> {
+<a name="85" href="#85">85</a> <strong
class="jxr_keyword">return</strong> <span class="jxr_string">"2006"</span>;
+<a name="86" href="#86">86</a> }
<a name="87" href="#87">87</a>
-<a name="88" href="#88">88</a> <strong
class="jxr_keyword">return</strong> organization;
-<a name="89" href="#89">89</a> }
-<a name="90" href="#90">90</a>
-<a name="91" href="#91">91</a> <em class="jxr_javadoccomment">/**</em>
-<a name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getInceptionYear()</em>
-<a name="93" href="#93">93</a> <em class="jxr_javadoccomment"> */</em>
-<a name="94" href="#94">94</a> <strong
class="jxr_keyword">public</strong> String getInceptionYear()
-<a name="95" href="#95">95</a> {
-<a name="96" href="#96">96</a> <strong
class="jxr_keyword">return</strong> <span class="jxr_string">"2006"</span>;
-<a name="97" href="#97">97</a> }
-<a name="98" href="#98">98</a>
-<a name="99" href="#99">99</a> <em class="jxr_javadoccomment">/**</em>
-<a name="100" href="#100">100</a> <em class="jxr_javadoccomment"> * @see
org.apache.maven.project.MavenProject#getBuild()</em>
-<a name="101" href="#101">101</a> <em class="jxr_javadoccomment"> */</em>
-<a name="102" href="#102">102</a> <strong
class="jxr_keyword">public</strong> Build getBuild()
-<a name="103" href="#103">103</a> {
-<a name="104" href="#104">104</a> Build build = <strong
class="jxr_keyword">new</strong> Build();
-<a name="105" href="#105">105</a>
-<a name="106" href="#106">106</a> build.setDirectory(
PlexusTestCase.getBasedir() + <span
class="jxr_string">"/target/test-harness/checkstyle/min"</span> );
-<a name="107" href="#107">107</a>
-<a name="108" href="#108">108</a> <strong
class="jxr_keyword">return</strong> build;
-<a name="109" href="#109">109</a> }
-<a name="110" href="#110">110</a>
-<a name="111" href="#111">111</a> <strong
class="jxr_keyword">public</strong> File getFile()
-<a name="112" href="#112">112</a> {
-<a name="113" href="#113">113</a> File file = <strong
class="jxr_keyword">new</strong> File( getBasedir(), <span
class="jxr_string">"pom.xml"</span> );
-<a name="114" href="#114">114</a>
-<a name="115" href="#115">115</a> <strong
class="jxr_keyword">return</strong> file;
-<a name="116" href="#116">116</a> }
-<a name="117" href="#117">117</a> }
+<a name="88" href="#88">88</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="89" href="#89">89</a> <strong
class="jxr_keyword">public</strong> Build getBuild()
+<a name="90" href="#90">90</a> {
+<a name="91" href="#91">91</a> Build build = <strong
class="jxr_keyword">new</strong> Build();
+<a name="92" href="#92">92</a>
+<a name="93" href="#93">93</a> build.setDirectory(
PlexusTestCase.getBasedir() + <span
class="jxr_string">"/target/test-harness/checkstyle/min"</span> );
+<a name="94" href="#94">94</a>
+<a name="95" href="#95">95</a> <strong
class="jxr_keyword">return</strong> build;
+<a name="96" href="#96">96</a> }
+<a name="97" href="#97">97</a>
+<a name="98" href="#98">98</a> <em class="jxr_javadoccomment">/**</em><em
class="jxr_javadoccomment"> {@inheritDoc} */</em>
+<a name="99" href="#99">99</a> <strong
class="jxr_keyword">public</strong> File getFile()
+<a name="100" href="#100">100</a> {
+<a name="101" href="#101">101</a> File file = <strong
class="jxr_keyword">new</strong> File( getBasedir(), <span
class="jxr_string">"pom.xml"</span> );
+<a name="102" href="#102">102</a>
+<a name="103" href="#103">103</a> <strong
class="jxr_keyword">return</strong> file;
+<a name="104" href="#104">104</a> }
+<a name="105" href="#105">105</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a
href="http://maven.apache.org/">Maven</a></div></body>
</html>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference Package
org.apache.maven.plugin.checkstyle.stubs</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference Package
org.apache.maven.plugin.checkstyle.stubs</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference Package
org.apache.maven.plugin.checkstyle.stubs</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference Package
org.apache.maven.plugin.checkstyle.stubs</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-frame.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-frame.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-frame.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"
title="style" />
</head>
<body>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-summary.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-summary.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref-test/overview-summary.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"
title="style" />
</head>
<body>
@@ -24,7 +24,7 @@
</ul>
</div>
- <h2>Maven Checkstyle Plugin 2.3 Reference</h2>
+ <h2>Maven Checkstyle Plugin 2.4 Reference</h2>
<table class="summary">
<thead>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/allclasses-frame.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/allclasses-frame.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/allclasses-frame.html
Tue May 8 13:54:20 2012
@@ -24,9 +24,18 @@
<a
href="org/apache/maven/plugin/checkstyle/CheckstyleResults.html"
target="classFrame">CheckstyleResults</a>
</li>
<li>
+ <a
href="org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGenerator.html"
target="classFrame">CheckstyleRssGenerator</a>
+ </li>
+ <li>
+ <a
href="org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGeneratorRequest.html"
target="classFrame">CheckstyleRssGeneratorRequest</a>
+ </li>
+ <li>
<a
href="org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html"
target="classFrame">CheckstyleViolationCheckMojo</a>
</li>
<li>
+ <a
href="org/apache/maven/plugin/checkstyle/rss/DefaultCheckstyleRssGenerator.html"
target="classFrame">DefaultCheckstyleRssGenerator</a>
+ </li>
+ <li>
<a
href="org/apache/maven/plugin/checkstyle/ReportResource.html"
target="classFrame">ReportResource</a>
</li>
<li>
Modified:
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/index.html
==============================================================================
---
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/index.html
(original)
+++
websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/xref/index.html
Tue May 8 13:54:20 2012
@@ -3,7 +3,7 @@
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1" />
- <title>Maven Checkstyle Plugin 2.3 Reference</title>
+ <title>Maven Checkstyle Plugin 2.4 Reference</title>
</head>
<frameset cols="20%,80%">
<frameset rows="30%,70%">