| | |
| | | </resource> |
| | | </resources> |
| | | |
| | | <pluginManagement> |
| | | <plugins> |
| | | <!--This plugin's configuration is used to store Eclipse m2e settings only. It |
| | | has no influence on the Maven build itself. This section instructs Eclipse's |
| | | Maven builder to invoke the antrun plugin for generating the configuration |
| | | framework files, e.g. core.manifest, during a *clean* build. Execution |
| | | during an incremental build is not supported. --> |
| | | <plugin> |
| | | <groupId>org.eclipse.m2e</groupId> |
| | | <artifactId>lifecycle-mapping</artifactId> |
| | | <version>1.0.0</version> |
| | | <configuration> |
| | | <lifecycleMappingMetadata> |
| | | <pluginExecutions> |
| | | <pluginExecution> |
| | | <pluginExecutionFilter> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-antrun-plugin</artifactId> |
| | | <versionRange>[1.7,)</versionRange> |
| | | <goals> |
| | | <goal>run</goal> |
| | | </goals> |
| | | </pluginExecutionFilter> |
| | | <action> |
| | | <execute> |
| | | <runOnIncremental>false</runOnIncremental> |
| | | </execute > |
| | | </action> |
| | | </pluginExecution> |
| | | </pluginExecutions> |
| | | </lifecycleMappingMetadata> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </pluginManagement> |
| | | |
| | | <plugins> |
| | | |
| | | <plugin> |