ARTEMIS-1682 Added back test-jar artemis-server test-jar

This commit is contained in:
Martyn Taylor 2018-03-09 16:30:16 +00:00
parent 3c9e725ae2
commit 41a3fedb82
1 changed files with 16 additions and 0 deletions

View File

@ -223,4 +223,20 @@
</build>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>