Subject: Add junit-extras to the build
Forwarded: not-needed
Author: Christopher Hoskin <mans0954@debian.org>
Last-Update: 2017-12-01
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     </parent>
     <artifactId>subethasmtp</artifactId>
     <version>4.0-RC6</version>
-    <packaging>jar</packaging>
+    <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.</description>
     <url>https://github.com/davidmoten/subethasmtp</url>
@@ -150,4 +150,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+  <modules>
+    <module>junit-extras</module>
+  </modules>
 </project>
