File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 8888 <artifactId >opennlp-uima</artifactId >
8989 </dependency >
9090
91+ <!-- OpenNLP Docs - Ensure that "docs" are build before distribution -->
92+ <dependency >
93+ <groupId >org.apache.opennlp</groupId >
94+ <artifactId >opennlp-docs</artifactId >
95+ </dependency >
96+
9197 <!-- ship the dist with a logging impl for cli users -->
9298 <dependency >
9399 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 2929 </parent >
3030
3131 <artifactId >opennlp-docs</artifactId >
32- <packaging >pom </packaging >
32+ <packaging >jar </packaging >
3333 <name >Apache OpenNLP :: Documentation</name >
3434
3535 <profiles >
Original file line number Diff line number Diff line change 210210 <version >${project.version} </version >
211211 </dependency >
212212
213+ <dependency >
214+ <artifactId >opennlp-docs</artifactId >
215+ <groupId >${project.groupId} </groupId >
216+ <version >${project.version} </version >
217+ </dependency >
218+
213219 </dependencies >
214220 </dependencyManagement >
215221
You can’t perform that action at this time.
0 commit comments