mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
15.38.2012 71d1b9737357db59f3f1e372fa278ad71ca35055
Attempt to fix Jenkins build:

* avoid custom TestNG listener
* don't fork the unit tests, making it easier to debug unit test hangs.
1 files modified
6 ■■■■■ changed files
opendj-sdk/opendj3/pom.xml 6 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/pom.xml
@@ -166,6 +166,11 @@
          <configuration>
            <properties>
              <property>
                <name>forkMode</name>
                <value>never</value>
              </property>
<!--
              <property>
                <name>useDefaultListeners</name>
                <value>false</value>
              </property>
@@ -173,6 +178,7 @@
                <name>listener</name>
                <value>org.forgerock.testng.ForgeRockTestListener</value>
              </property>
          -->
            </properties>
          </configuration>
        </plugin>