is not current version
Last Version 4.0.0-RC2

no.difi.oxalis:oxalis-integration-test 3.2.0

Oxalis integration test. Experiment to see if running with embedded Tomcat will work. The idea is to compile and package everything, after which the web container is started in the pre-integration-test phase, the .war file is deployed and the tests are executed in the integration-test phase. After the tests have been executed, the web container is stopped in the post-integration-test phase. The reason for using failsafe is the fact that Surefire would fail the build in the integration-test phase, without taking down the server in the post-integration-test phase. This implementation uses Tomcat, but you may change this to your liking. See http://cargo.codehaus.org/Maven2+plugin for more information.

GroupId

GroupId

no.difi.oxalis
ArtifactId

ArtifactId

oxalis-integration-test
Version

Version

3.2.0
Type

Type

jar

Download oxalis-integration-test 3.2.0


<!-- https://jarcasting.com/artifacts/no.difi.oxalis/oxalis-integration-test/ -->
<dependency>
    <groupId>no.difi.oxalis</groupId>
    <artifactId>oxalis-integration-test</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.oxalis/oxalis-integration-test/
implementation 'no.difi.oxalis:oxalis-integration-test:3.2.0'
// https://jarcasting.com/artifacts/no.difi.oxalis/oxalis-integration-test/
implementation ("no.difi.oxalis:oxalis-integration-test:3.2.0")
'no.difi.oxalis:oxalis-integration-test:jar:3.2.0'
<dependency org="no.difi.oxalis" name="oxalis-integration-test" rev="3.2.0">
  <artifact name="oxalis-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.oxalis', module='oxalis-integration-test', version='3.2.0')
)
libraryDependencies += "no.difi.oxalis" % "oxalis-integration-test" % "3.2.0"
[no.difi.oxalis/oxalis-integration-test "3.2.0"]