We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91017e commit d0516e3Copy full SHA for d0516e3
pom.xml
@@ -136,6 +136,26 @@
136
</plugins>
137
</build>
138
</profile>
139
+
140
+ <profile>
141
+ <id>windows</id>
142
+ <activation>
143
+ <os>
144
+ <family>windows</family>
145
+ </os>
146
+ </activation>
147
+ <build>
148
+ <plugins>
149
+ <plugin>
150
+ <groupId>org.apache.maven.plugins</groupId>
151
+ <artifactId>maven-surefire-plugin</artifactId>
152
+ <configuration>
153
+ <skipTests>true</skipTests>
154
+ </configuration>
155
+ </plugin>
156
+ </plugins>
157
+ </build>
158
+ </profile>
159
</profiles>
160
161
</project>
0 commit comments