You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2020/04/28 06:48:10 UTC

[johnzon] branch master updated: try to force tomee to use central

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c8f99c  try to force tomee to use central
3c8f99c is described below

commit 3c8f99c39bfb605c0bdddcf96053a34fdd7fad36
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Tue Apr 28 08:48:05 2020 +0200

    try to force tomee to use central
---
 johnzon-websocket/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index ac3b003..cc92689 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -117,6 +117,15 @@
     </testResources>
 
     <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <openejb.deployer.repository>https://repo1.maven.org/maven2/</openejb.deployer.repository>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>