simplify test
diff --git a/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java b/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java
index 601b769..8fc256c 100644
--- a/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java
@@ -34,26 +34,14 @@
 {
     private File testPom = new File( getBasedir(), "src/test/resources/unit/jar-basic-test/pom.xml" );
 
-    protected void setUp()
-        throws Exception
-    {
-
-        // required for mojo lookups to work
-        super.setUp();
-
-    }
-
     /**
-     * tests the proper discovery and configuration of the mojo
+     * Tests the discovery and configuration of the mojo.
      *
-     * @throws Exception in case of an error.
+     * @throws Exception in case of an error
      */
     public void testJarTestEnvironment()
         throws Exception
     {
-
-        // File pom = new File( getBasedir(), "src/test/resources/unit/clean/pom.xml" );
-
         JarMojo mojo = (JarMojo) lookupMojo( "jar", testPom );
 
         assertNotNull( mojo );