Skip to content

Commit 29aa4ae

Browse files
committed
Get rid of some errors and warnings in the server and usage sources
1 parent d17a8f8 commit 29aa4ae

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

server/pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,38 @@
228228
</executions>
229229
</plugin>
230230
</plugins>
231+
<pluginManagement>
232+
<plugins>
233+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
234+
<plugin>
235+
<groupId>org.eclipse.m2e</groupId>
236+
<artifactId>lifecycle-mapping</artifactId>
237+
<version>1.0.0</version>
238+
<configuration>
239+
<lifecycleMappingMetadata>
240+
<pluginExecutions>
241+
<pluginExecution>
242+
<pluginExecutionFilter>
243+
<groupId>
244+
org.apache.maven.plugins
245+
</groupId>
246+
<artifactId>
247+
maven-antrun-plugin
248+
</artifactId>
249+
<versionRange>[1.7,)</versionRange>
250+
<goals>
251+
<goal>run</goal>
252+
</goals>
253+
</pluginExecutionFilter>
254+
<action>
255+
<ignore></ignore>
256+
</action>
257+
</pluginExecution>
258+
</pluginExecutions>
259+
</lifecycleMappingMetadata>
260+
</configuration>
261+
</plugin>
262+
</plugins>
263+
</pluginManagement>
231264
</build>
232265
</project>

usage/pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,39 @@
119119
</executions>
120120
</plugin>
121121
</plugins>
122+
<pluginManagement>
123+
<plugins>
124+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
125+
<plugin>
126+
<groupId>org.eclipse.m2e</groupId>
127+
<artifactId>lifecycle-mapping</artifactId>
128+
<version>1.0.0</version>
129+
<configuration>
130+
<lifecycleMappingMetadata>
131+
<pluginExecutions>
132+
<pluginExecution>
133+
<pluginExecutionFilter>
134+
<groupId>
135+
org.apache.maven.plugins
136+
</groupId>
137+
<artifactId>
138+
maven-antrun-plugin
139+
</artifactId>
140+
<versionRange>[1.7,)</versionRange>
141+
<goals>
142+
<goal>run</goal>
143+
</goals>
144+
</pluginExecutionFilter>
145+
<action>
146+
<ignore></ignore>
147+
</action>
148+
</pluginExecution>
149+
</pluginExecutions>
150+
</lifecycleMappingMetadata>
151+
</configuration>
152+
</plugin>
153+
</plugins>
154+
</pluginManagement>
122155
</build>
123156
<profiles>
124157
<profile>

0 commit comments

Comments
 (0)