Skip to content

Commit 3433832

Browse files
author
Vladimir Kotal
committed
testIndexed() fails with:
current version should be refreshed
1 parent 22be7f6 commit 3433832

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

opengrok-web/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,28 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
290290
</pluginRepository>
291291
</pluginRepositories>
292292

293+
<profiles>
294+
<profile>
295+
<id>Windows environment</id>
296+
<activation>
297+
<os>
298+
<family>Windows</family>
299+
</os>
300+
</activation>
301+
<build>
302+
<plugins>
303+
<plugin>
304+
<groupId>org.apache.maven.plugins</groupId>
305+
<artifactId>maven-surefire-plugin</artifactId>
306+
<configuration>
307+
<excludes>
308+
<exclude>**/ProjectsControllerTest.java</exclude>
309+
</excludes>
310+
</configuration>
311+
</plugin>
312+
</plugins>
313+
</build>
314+
</profile>
315+
</profiles>
316+
293317
</project>

0 commit comments

Comments
 (0)