Skip to content

Commit c76f9ec

Browse files
committed
Improved javadoc plugin config; Use version-property in examples pom
1 parent 34bae70 commit c76f9ec

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

dbus-java-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.github.hypfvieh</groupId>
6969
<artifactId>java-utils</artifactId>
70-
<version>1.2.1</version>
70+
<version>${java.utils.version}</version>
7171
</dependency>
7272

7373
<dependency>

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,23 @@
158158
<!-- required because multi-release artifact will fuck up javadoc generation -->
159159
<failOnError>false</failOnError>
160160
<failOnWarnings>false</failOnWarnings>
161+
<tags>
162+
<tag>
163+
<name>apiNote</name>
164+
<placement>a</placement>
165+
<head>API Note:</head>
166+
</tag>
167+
<tag>
168+
<name>implSpec</name>
169+
<placement>a</placement>
170+
<head>Implementation Requirements:</head>
171+
</tag>
172+
<tag>
173+
<name>implNote</name>
174+
<placement>a</placement>
175+
<head>Implementation Note:</head>
176+
</tag>
177+
</tags>
161178
</configuration>
162179
<executions>
163180
<execution>

0 commit comments

Comments
 (0)