Skip to content

Commit b995c7a

Browse files
committed
Add Event Registry and Task section to the Distro Javadocs
1 parent 3d0853d commit b995c7a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

distro/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,22 @@
173173
-->
174174
<packages>org.flowable.dmn*</packages>
175175
</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+
<group>
185+
<title>Task</title>
186+
<!--
187+
Include packages and their subpackages:
188+
org.flowable.task*
189+
-->
190+
<packages>org.flowable.task*</packages>
191+
</group>
176192
</groups>
177193

178194
<additionalDependencies>

0 commit comments

Comments
 (0)