You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2018/03/09 16:31:23 UTC

activemq-artemis git commit: ARTEMIS-1682 Added back test-jar artemis-server test-jar

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 3c9e725ae -> 41a3fedb8


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


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/41a3fedb
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/41a3fedb
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/41a3fedb

Branch: refs/heads/master
Commit: 41a3fedb8246a29dec2d0ce7a3b6853c598e100b
Parents: 3c9e725
Author: Martyn Taylor <mt...@redhat.com>
Authored: Fri Mar 9 16:30:16 2018 +0000
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Fri Mar 9 16:30:25 2018 +0000

----------------------------------------------------------------------
 artemis-server/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/41a3fedb/artemis-server/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index 6beca99..1b05c1c 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -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>