File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >com.baeldung</groupId >
54 <artifactId >core-java</artifactId >
65 <version >0.1.0-SNAPSHOT</version >
76 <packaging >jar</packaging >
173172 </resources >
174173
175174 <plugins >
176- <plugin >
177- <groupId >org.apache.maven.plugins</groupId >
178- <artifactId >maven-surefire-plugin</artifactId >
179- <configuration >
180- <excludes >
181- <exclude >**/*LiveTest.java</exclude >
182- <exclude >**/*IntegrationTest.java</exclude >
183- <exclude >**/*IntTest.java</exclude >
184- <exclude >**/*LongRunningUnitTest.java</exclude >
185- <exclude >**/*ManualTest.java</exclude >
186- </excludes >
187- <testFailureIgnore >true</testFailureIgnore >
188- </configuration >
189- </plugin >
190-
191175 <plugin >
192176 <groupId >org.apache.maven.plugins</groupId >
193177 <artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments