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

Matthew Swift
15.38.2012 09b8201f9dc00ce9d2e4543e9fc1b7374e06e013
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
opendj3/pom.xml 6 ●●●●● patch | view | raw | blame | history
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>