We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1190b02 commit b1f3267Copy full SHA for b1f3267
pom.xml
@@ -20,10 +20,16 @@
20
<url>[email protected]:assertj/assertj-db</url>
21
<tag>HEAD</tag>
22
</scm>
23
+
24
<issueManagement>
25
<system>github</system>
26
<url>https://github.com/assertj/assertj-db/issues</url>
27
</issueManagement>
28
29
+ <properties>
30
+ <javadocAdditionalOptions>--allow-script-in-comments</javadocAdditionalOptions>
31
+ </properties>
32
33
<dependencies>
34
<dependency>
35
<groupId>org.assertj</groupId>
@@ -237,6 +243,7 @@
237
243
hljs.initHighlightingOnLoad();
238
244
</script>
239
245
]]></footer>
246
+ <additionalJOption>${javadocAdditionalOptions}</additionalJOption>
240
247
</configuration>
241
248
</plugin>
242
249
</plugins>
0 commit comments