# prise en compte de JUnit4 dans pom.xml junit junit 4.12 test org.apache.maven.plugins maven-surefire-plugin 2.6 ** # classe de test JUnit 4 package fil.coo; import org.junit.*; import static org.junit.Assert.*; public class AppTest { @Test public void test() { assertTrue(true); } } # prise en compte cible javadoc:javadoc dans pom.xml org.apache.maven.plugins maven-javadoc-plugin 2.10.4 ${project.build.directory}/docs docs true # production jar executable dans pom.xml org.apache.maven.plugins maven-jar-plugin 3.0.2 XXX à adpater XXX