Skip to content

Commit 86feaa6

Browse files
committed
Issue #310: Apache UIMA Java SDK 3.4.1
- UIMA 3.4.1 has no Jira issues, so we do not need to include the Jira report
1 parent af0881f commit 86feaa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
<modules>
189189
<module>uimaj-parent</module>
190190
<module>aggregate-uimaj</module>
191-
<module>uimaj-legacy-jira-report</module>
191+
<!-- UIMA 3.4.1 has no issues from Jira -->
192+
<!-- module>uimaj-legacy-jira-report</module -->
192193
</modules>
193194

194195
<build>
@@ -302,6 +303,7 @@
302303
<exclude>uimaj-internal-tools/**</exclude>
303304
<exclude>uimaj-json/**</exclude>
304305
<exclude>uimaj-v3migration-jcas/**</exclude>
306+
<exclude>uimaj-legacy-jira-report/**</exclude>
305307
</excludes>
306308
</configuration>
307309
</execution>

0 commit comments

Comments
 (0)