summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml70
1 files changed, 0 insertions, 70 deletions
diff --git a/pom.xml b/pom.xml
index fb75074ef2..300ee9715a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,38 +459,6 @@
<version>${vaadin.plugin.version}</version>
</plugin>
<plugin>
- <groupId>net.revelc.code.formatter</groupId>
- <artifactId>formatter-maven-plugin</artifactId>
- <version>2.7.2</version>
- <configuration>
- <configFile>${project.basedir}/../eclipse/VaadinJavaConventions.xml</configFile>
- <skipJsFormatting>true</skipJsFormatting>
- </configuration>
- <executions>
- <execution>
- <id>format-source</id>
- <goals>
- <goal>format</goal>
- </goals>
- <phase>process-sources</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>com.github.dantwining.whitespace-maven-plugin</groupId>
- <artifactId>whitespace-maven-plugin</artifactId>
- <version>1.0.4</version>
- <executions>
- <execution>
- <id>trim-trailing-spaces-source</id>
- <goals>
- <goal>trim</goal>
- </goals>
- <phase>process-sources</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
@@ -543,44 +511,6 @@
<ignore></ignore>
</action>
</pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>
- net.revelc.code.formatter
- </groupId>
- <artifactId>
- formatter-maven-plugin
- </artifactId>
- <versionRange>
- [2.7.2,)
- </versionRange>
- <goals>
- <goal>format</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore></ignore>
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>
- com.github.dantwining.whitespace-maven-plugin
- </groupId>
- <artifactId>
- whitespace-maven-plugin
- </artifactId>
- <versionRange>
- [1.0.4,)
- </versionRange>
- <goals>
- <goal>trim</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore></ignore>
- </action>
- </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>