Skip to content

Commit 96f13cc

Browse files
author
peacekeeper
committed
different javadoc configuration
1 parent 395e6a0 commit 96f13cc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -166,20 +166,11 @@
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>
@@ -197,15 +188,6 @@
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>

0 commit comments

Comments
 (0)