diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-12 13:10:11 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-15 09:44:21 +0000 |
commit | 82b39d54397caeca053b995c358e956effbb82fa (patch) | |
tree | 6526978eae1632f413349b64cbf955289025018c /pom.xml | |
parent | d8a7ce4fb87fa0cec6325fd1fa9fc19ae6f2b354 (diff) | |
download | vaadin-framework-82b39d54397caeca053b995c358e956effbb82fa.tar.gz vaadin-framework-82b39d54397caeca053b995c358e956effbb82fa.zip |
Fix duplicate definition of builder-helper-maven-plugin
Change-Id: I6d2ef04ddfbec7050cc855432857c320cf8599ba
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -242,19 +242,6 @@ <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> - <executions> - <execution> - <id>parse-version</id> - <goals> - <goal>parse-version</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> @@ -300,6 +287,12 @@ </resources> </configuration> </execution> + <execution> + <id>parse-version</id> + <goals> + <goal>parse-version</goal> + </goals> + </execution> </executions> </plugin> </plugins> |