| | |
| | | <version>${project.version}</version> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>build-helper-maven-plugin</artifactId> |
| | | <version>1.8</version> |
| | | <executions> |
| | | <!-- Parse version to generate properties (major.version, minor.version, ...) --> |
| | | <execution> |
| | | <id>parse-version</id> |
| | | <goals> |
| | | <goal>parse-version</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | |
| | | <!-- |
| | | | This plugin's configuration is used to store Eclipse m2e settings only. |
| | | | It has no influence on the Maven build itself. |