Skip to content

Commit 32305fa

Browse files
authored
OPENNLP-1800: Evaluation Build Failure after Docs module packaging was switched to JAR (#959)
1 parent 81094da commit 32305fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

opennlp-docs/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,16 @@
179179
</plugin>
180180
</plugins>
181181
</pluginManagement>
182+
<plugins>
183+
<plugin>
184+
<!-- skip execution as there are none in this module -->
185+
<groupId>org.apache.maven.plugins</groupId>
186+
<artifactId>maven-surefire-plugin</artifactId>
187+
<configuration>
188+
<skip>true</skip>
189+
</configuration>
190+
</plugin>
191+
192+
</plugins>
182193
</build>
183194
</project>

0 commit comments

Comments
 (0)