]> source.dussan.org Git - javassist.git/commitdiff
Cleanup
authorChristian Melchior <christian@ilios.dk>
Sun, 12 Nov 2017 14:39:20 +0000 (15:39 +0100)
committerChristian Melchior <christian@ilios.dk>
Sun, 12 Nov 2017 14:39:20 +0000 (15:39 +0100)
pom.xml
src/test/Readme.txt
src/test/resources/Readme.txt

diff --git a/pom.xml b/pom.xml
index f8b7af497710e1921e73322f0cb179308e3996cf..5fcdcc4338f32804155e560910b74c0227d1f25e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <includes>
             <include>javassist/JvstTest.java</include>
           </includes>
+          <forkMode>once</forkMode>
           <additionalClasspathElements>
             <additionalClasspathElement>resources</additionalClasspathElement>
           </additionalClasspathElements>
-             <forkMode>once</forkMode>
-      <workingDirectory>${project.build.directory}/runtest</workingDirectory>
+          <workingDirectory>${project.build.directory}/runtest</workingDirectory>
         </configuration>
       </plugin>
       <plugin>
index c303f521e1d089b24e899f7567fd4bbf57cf7e4e..0a0df2c8f16866c6b63472f62a85af3de8b01cbe 100644 (file)
@@ -16,4 +16,3 @@ Maven
 
     > mvn test
     > mvn surefire:test
-
index 93de248e13a02442922cf0118550c2f089620948..6ce81b50c273a4998747802022eac47abcf78155 100644 (file)
@@ -2,6 +2,3 @@ This directory contains files used by the unit tests.
 
 empty.jar:
 An empty, but valid, jar file.
-
-
-