We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f363a31 commit e537c1cCopy full SHA for e537c1c
pom.xml
@@ -104,6 +104,23 @@
104
</build>
105
106
<profiles>
107
+ <profile>
108
+ <id>no-integration-tests</id>
109
+ <build>
110
+ <plugins>
111
+ <plugin>
112
+ <groupId>org.apache.maven.plugins</groupId>
113
+ <artifactId>maven-surefire-plugin</artifactId>
114
+ <!--<version>2.19.1</version> -->
115
+ <configuration>
116
+ <excludes>
117
+ <exclude>**/*IT.java</exclude>
118
+ </excludes>
119
+ </configuration>
120
+ </plugin>
121
+ </plugins>
122
+ </build>
123
+ </profile>
124
<profile>
125
<id>release</id>
126
<build>
0 commit comments