File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 166166 <includeScope >runtime</includeScope >
167167 </configuration >
168168 </plugin >
169- <plugin >
170- <groupId >org.apache.maven.plugins</groupId >
171- <artifactId >maven-site-plugin</artifactId >
172- <version >3.1</version >
173- <configuration >
174- <skip >true</skip >
175- </configuration >
176- </plugin >
177169 <plugin >
178170 <groupId >org.apache.maven.plugins</groupId >
179171 <artifactId >maven-javadoc-plugin</artifactId >
180172 <version >2.8.1</version >
181173 <configuration >
182- <aggregate >true</aggregate >
183174 <notimestamp >true</notimestamp >
184175 <source >1.6</source >
185176 <doclet >org.jboss.apiviz.APIviz</doclet >
197188 <keywords >true</keywords >
198189 <useStandardDocletOptions >true</useStandardDocletOptions >
199190 </configuration >
200- <executions >
201- <execution >
202- <id >execution</id >
203- <phase >site</phase >
204- <goals >
205- <goal >aggregate</goal >
206- </goals >
207- </execution >
208- </executions >
209191 </plugin >
210192 <plugin >
211193 <groupId >pl.project13.maven</groupId >
You can’t perform that action at this time.
0 commit comments