Github user eolivelli commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/168#discussion_r151860152
--- Diff:
surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Java9FullApiIT.java
---
@@ -78,12 +83,13 @@ public void
shouldLoadMultipleJavaModules_ToolchainsXML() throws IOException
.addGoal( "--toolchains" )
.addGoal( System.getProperty(
"maven.toolchains.file" ) )
.execute( "verify" )
- .verifyErrorFree( 2 );
+ .verifyErrorFree( 1 );
--- End diff --
I have dropped tet_corba_mod.
It is not possible to have legacy "corba module" + dependency of JTA,
because module java.corba require legacy transaction packages which be loaded
from the JDK and so in turn this will hide the explicit dependency.
I could create one more IT only for corba
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]