Project

General

Profile

« Previous | Next » 

Revision 7582

use integration-test ("mvn verify") to test things that require Metacat to be running. These classes should end be named "*IT.java" and unit tests that do not require metacat to be running can be named "*Test.java" - https://projects.ecoinformatics.org/ecoinfo/issues/5918

View differences:

pom.xml
65 65
			<scope>provided</scope>
66 66
		</dependency>
67 67
	</dependencies>
68

  
69
	<build>
70
		<plugins>
71
		
72
			<plugin>
73
				<artifactId>maven-failsafe-plugin</artifactId>
74
				<version>2.6</version>
75
				<executions>
76
					<execution>
77
						<goals>
78
							<goal>integration-test</goal>
79
							<goal>verify</goal>
80
						</goals>
81
					</execution>
82
				</executions>
83
			</plugin>
84

  
85
		</plugins>
86
	</build>
87

  
68 88
</project>

Also available in: Unified diff