Skip to content

Commit

Permalink
Make Queue Enterprise include the same tests from Queue OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Jan 16, 2017
1 parent 9dca3de commit fe2a299
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 478 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -193,14 +193,21 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit fe2a299

Please sign in to comment.