File tree 1 file changed +30
-3
lines changed
1 file changed +30
-3
lines changed Original file line number Diff line number Diff line change 50
50
<name >snapshots</name >
51
51
<url >${snapshot.repo.url} </url >
52
52
</snapshotRepository >
53
+ <site >
54
+ <id >${project.artifactId} -site</id >
55
+ <url >${project.baseUri} </url >
56
+ </site >
53
57
</distributionManagement >
54
58
55
59
89
93
<plugin >
90
94
<groupId >org.apache.maven.plugins</groupId >
91
95
<artifactId >maven-javadoc-plugin</artifactId >
92
- <version >3.6.3</version > <!-- Use the latest version -->
96
+ <version >3.10.1</version >
97
+ <reportSets >
98
+ <reportSet >
99
+ <id >aggregate</id >
100
+ <inherited >false</inherited >
101
+ <reports >
102
+ <report >aggregate</report >
103
+ </reports >
104
+ </reportSet >
105
+ <reportSet >
106
+ <id >default</id >
107
+ <reports >
108
+ <report >javadoc</report >
109
+ </reports >
110
+ </reportSet >
111
+ </reportSets >
93
112
</plugin >
94
113
</plugins >
95
114
</reporting >
142
161
</pluginManagement >
143
162
144
163
<plugins >
145
- </plugins >
146
- </build >
164
+ <plugin >
165
+ <groupId >org.apache.maven.plugins</groupId >
166
+ <artifactId >maven-site-plugin</artifactId >
167
+ <version >4.0.0-M14</version >
168
+ <configuration >
169
+ <tempWebappDirectory >${project.build.directory} /staging</tempWebappDirectory >
170
+ </configuration >
171
+ </plugin >
147
172
173
+ </plugins >
174
+ </build >
148
175
149
176
<profiles >
150
177
<profile >
You can’t perform that action at this time.
0 commit comments