opengeospatial / ets-csw202

Executable Test Suite for CSW 2.0.2
Other
2 stars 1 forks source link

skip testing from build #15

Closed tomkralidis closed 9 years ago

tomkralidis commented 9 years ago

Running mvn install will run tests against the CSW configured in src/test/resources/sut.properties.

I'm not family with Maven semantics, but is there any way to build the software without running the tests?

bermud commented 9 years ago

To skip the tests run mvn -Dmaven.test.skip=true install

tomkralidis commented 9 years ago

Perfect, thanks @bermud!