File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 16
16
<description >The Neo4j Java Driver Observation module providing metrics.</description >
17
17
18
18
<properties >
19
+ <javadoc .failOnWarnings>false</javadoc .failOnWarnings>
19
20
<maven .deploy.skip>false</maven .deploy.skip>
20
21
</properties >
21
22
50
51
</dependency >
51
52
</dependencies >
52
53
54
+ <build >
55
+ <plugins >
56
+ <plugin >
57
+ <groupId >org.apache.maven.plugins</groupId >
58
+ <artifactId >maven-javadoc-plugin</artifactId >
59
+ </plugin >
60
+ </plugins >
61
+ </build >
62
+
53
63
<scm >
54
64
<connection >scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection >
55
65
<
developerConnection >scm:git:
[email protected] :neo4j/neo4j-java-driver.git</
developerConnection >
Original file line number Diff line number Diff line change 19
19
<micrometer-docs-generator .inputPath>${project.build.sourceDirectory} /org/neo4j/driver/observation/micrometer</micrometer-docs-generator .inputPath>
20
20
<micrometer-docs-generator .inclusionPattern>.*</micrometer-docs-generator .inclusionPattern>
21
21
<micrometer-docs-generator .outputPath>${project.build.directory} /docs</micrometer-docs-generator .outputPath>
22
+ <javadoc .failOnWarnings>false</javadoc .failOnWarnings>
22
23
<maven .deploy.skip>false</maven .deploy.skip>
23
24
</properties >
24
25
130
131
</dependency >
131
132
</dependencies >
132
133
</plugin >
134
+ <plugin >
135
+ <groupId >org.apache.maven.plugins</groupId >
136
+ <artifactId >maven-javadoc-plugin</artifactId >
137
+ </plugin >
133
138
</plugins >
134
139
</build >
135
140
Original file line number Diff line number Diff line change 29
29
<surefire .jpms.args/>
30
30
<failsafe .parallelizable.jpms.args/>
31
31
<failsafe .sequential.jpms.args/>
32
+ <javadoc .failOnWarnings>true</javadoc .failOnWarnings>
32
33
<!-- Skip deployment by default for everything in this project. -->
33
34
<maven .deploy.skip>true</maven .deploy.skip>
34
35
604
605
<goal >jar</goal >
605
606
</goals >
606
607
<configuration >
607
- <failOnWarnings >true </failOnWarnings >
608
+ <failOnWarnings >${javadoc.failOnWarnings} </failOnWarnings >
608
609
</configuration >
609
610
</execution >
610
611
<execution >
You can’t perform that action at this time.
0 commit comments