We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0881f commit 86feaa6Copy full SHA for 86feaa6
1 file changed
pom.xml
@@ -188,7 +188,8 @@
188
<modules>
189
<module>uimaj-parent</module>
190
<module>aggregate-uimaj</module>
191
- <module>uimaj-legacy-jira-report</module>
+ <!-- UIMA 3.4.1 has no issues from Jira -->
192
+ <!-- module>uimaj-legacy-jira-report</module -->
193
</modules>
194
195
<build>
@@ -302,6 +303,7 @@
302
303
<exclude>uimaj-internal-tools/**</exclude>
304
<exclude>uimaj-json/**</exclude>
305
<exclude>uimaj-v3migration-jcas/**</exclude>
306
+ <exclude>uimaj-legacy-jira-report/**</exclude>
307
</excludes>
308
</configuration>
309
</execution>
0 commit comments