Commits
md_5 authored 5efeb7bdbfa
116 116 | <phase>initialize</phase> |
117 117 | <goals> |
118 118 | <goal>describe</goal> |
119 119 | </goals> |
120 120 | </execution> |
121 121 | </executions> |
122 122 | </plugin> |
123 123 | <plugin> |
124 124 | <groupId>org.apache.maven.plugins</groupId> |
125 125 | <artifactId>maven-compiler-plugin</artifactId> |
126 - | <version>3.10.1</version> |
126 + | <version>3.11.0</version> |
127 127 | <configuration> |
128 128 | <!-- we use the Eclipse compiler as it doesn't need a JDK --> |
129 129 | <compilerId>eclipse</compilerId> |
130 + | <!-- default changed with version 3.11.0 --> |
131 + | <showWarnings>false</showWarnings> |
130 132 | </configuration> |
131 133 | <dependencies> |
132 134 | <dependency> |
133 135 | <groupId>org.codehaus.plexus</groupId> |
134 136 | <artifactId>plexus-compiler-eclipse</artifactId> |
135 - | <version>2.12.0</version> |
137 + | <version>2.13.0</version> |
136 138 | </dependency> |
137 139 | </dependencies> |
138 140 | </plugin> |
139 141 | <plugin> |
140 142 | <groupId>org.apache.maven.plugins</groupId> |
141 143 | <artifactId>maven-jar-plugin</artifactId> |
142 144 | <version>3.3.0</version> |
143 145 | <configuration> |
144 146 | <archive> |
145 147 | <manifest> |