summaryrefslogtreecommitdiffstats
path: root/all/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-31 11:31:14 +0300
committerHenri Sara <hesara@vaadin.com>2016-03-31 13:58:17 +0000
commit4529f98b21b6c42f119f5f7f5a7e809d66427dd8 (patch)
tree0a9e4d1ec1fbc5b4968b5532d2027db200c1607b /all/pom.xml
parentbbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8 (diff)
downloadvaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.tar.gz
vaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.zip
Clean up pom files, update plugins, skip liferay install
Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
Diffstat (limited to 'all/pom.xml')
-rw-r--r--all/pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/all/pom.xml b/all/pom.xml
index e28323627e..436e92ab93 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.5</version>
+ <version>1.10</version>
<executions>
<execution>
<phase>initialize</phase>
@@ -142,9 +142,7 @@
<!-- vaadin-all zip -->
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.6</version>
<executions>
<execution>
<phase>package</phase>
@@ -167,7 +165,6 @@
<!-- Skip install and deploy -->
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
@@ -175,13 +172,12 @@
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
-
+
<!-- Release notes helpers and resources -->
<plugin>
@@ -222,7 +218,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.4.0</version>
<executions>
<execution>
<id>fetch-release-notes-tickets</id>
@@ -238,7 +233,8 @@
<argument>-classpath</argument>
<classpath />
- <argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets</argument>
+ <argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets
+ </argument>
</arguments>
<outputFile>${relnotes.tickets.file}</outputFile>
</configuration>
@@ -257,7 +253,8 @@
<argument>-classpath</argument>
<classpath />
- <argument>com.vaadin.buildhelpers.FetchReleaseNotesAuthors</argument>
+ <argument>com.vaadin.buildhelpers.FetchReleaseNotesAuthors
+ </argument>
</arguments>
<outputFile>${relnotes.authors.file}</outputFile>
</configuration>