Skip to content

Commit 4ac293e

Browse files
author
Edvard Fonsell
committed
let maven generate javadocs for nflow-tests, otherwise uploading to maven central fails
1 parent c51cfb9 commit 4ac293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
<links>
326326
<link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
327327
</links>
328-
<excludePackageNames>com.nitorcreations.nflow.engine.internal:com.nitorcreations.nflow.tests</excludePackageNames>
328+
<excludePackageNames>com.nitorcreations.nflow.engine.internal</excludePackageNames>
329329
</configuration>
330330
<executions>
331331
<execution>

0 commit comments

Comments
 (0)