]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix duplicate definition of builder-helper-maven-plugin
authorArtur Signell <artur@vaadin.com>
Fri, 12 Aug 2016 10:10:11 +0000 (13:10 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 15 Aug 2016 09:44:21 +0000 (09:44 +0000)
Change-Id: I6d2ef04ddfbec7050cc855432857c320cf8599ba

pom.xml

diff --git a/pom.xml b/pom.xml
index 34d77fb5102d00707dfcea1d83d9f41a8bae4976..fb8f04dacb1a7314e6113fe5174abc4493dd03eb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                </pluginManagement>
 
                <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>
                                                        </resources>
                                                </configuration>
                                        </execution>
+                                       <execution>
+                                               <id>parse-version</id>
+                                               <goals>
+                                                       <goal>parse-version</goal>
+                                               </goals>
+                                       </execution>
                                </executions>
                        </plugin>
                </plugins>