summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-03-14 11:28:01 +0100
committerHarald Musum <musum@yahooinc.com>2023-03-14 11:28:01 +0100
commit4806d03a75a96e1d5bab7a7bb78314ca47e5ae8a (patch)
treec178c607745380b665cef00880c2b2fd834e7388 /parent
parent79039b6c9343f6cd10083ae198094101cd0f396d (diff)
Remove deprecated and ignored compiler option
See https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#optimize
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 48e28895891..fe99e72c03e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -77,7 +77,6 @@
<configuration>
<release>17</release>
<showWarnings>true</showWarnings>
- <optimize>true</optimize>
<showDeprecation>false</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>