We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0853d commit b995c7aCopy full SHA for b995c7a
1 file changed
distro/pom.xml
@@ -173,6 +173,22 @@
173
-->
174
<packages>org.flowable.dmn*</packages>
175
</group>
176
+ <group>
177
+ <title>Event Registry</title>
178
+ <!--
179
+ Include packages and their subpackages:
180
+ org.flowable.eventregistry*
181
+ -->
182
+ <packages>org.flowable.eventregistry*</packages>
183
+ </group>
184
185
+ <title>Task</title>
186
187
188
+ org.flowable.task*
189
190
+ <packages>org.flowable.task*</packages>
191
192
</groups>
193
194
<additionalDependencies>
0 commit comments