Skip to content

Commit 3141627

Browse files
committed
remove obsolete build plugin
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent d166d5d commit 3141627

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

api/pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,6 @@
190190
</execution>
191191
</executions>
192192
</plugin>
193-
<plugin>
194-
<groupId>org.commonjava.maven.plugins</groupId>
195-
<artifactId>directory-maven-plugin</artifactId>
196-
<executions>
197-
<execution>
198-
<id>find-project-root</id>
199-
<phase>validate</phase>
200-
<goals>
201-
<goal>highest-basedir</goal>
202-
</goals>
203-
<configuration>
204-
<property>project.root.location</property>
205-
</configuration>
206-
</execution>
207-
</executions>
208-
</plugin>
209193
<plugin>
210194
<!-- e.g. mvn validate glassfish-copyright:repair -->
211195
<groupId>org.glassfish.copyright</groupId>
@@ -288,6 +272,7 @@
288272
<release>9</release>
289273
<compilerArgs>
290274
<arg>-Xlint:all</arg>
275+
<arg>-Xdoclint:all</arg>
291276
</compilerArgs>
292277
<showDeprecation>true</showDeprecation>
293278
<showWarnings>true</showWarnings>
@@ -402,6 +387,8 @@ Comments to: <a href="mailto:[email protected]">[email protected]</a>.<b
402387
Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.<br>
403388
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
404389
</bottom>
390+
<quiet>true</quiet>
391+
<failOnWarnings>true</failOnWarnings>
405392
</configuration>
406393
</plugin>
407394
<plugin>

0 commit comments

Comments
 (0)