Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-08-06 15:56:48 +0000
committerMikaël Barbero2014-08-06 15:56:48 +0000
commitffa1c48b628c418252276b6f7574320150b253c9 (patch)
treed6aedab18a1b02c2f17c988a2df28f930b604bc9
parent44247fc8282dbfe4be9b8118f8bbc38cb183351e (diff)
downloadorg.eclipse.emf.compare-ffa1c48b628c418252276b6f7574320150b253c9.tar.gz
org.eclipse.emf.compare-ffa1c48b628c418252276b6f7574320150b253c9.tar.xz
org.eclipse.emf.compare-ffa1c48b628c418252276b6f7574320150b253c9.zip
checkstyle should not be tied to validate phase
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index 19ebcf8ca..24dbb6f13 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -680,7 +680,6 @@
<executions>
<execution>
<id>checkstyle</id>
- <phase>validate</phase>
<goals>
<goal>checkstyle</goal>
</goals>

Back to the top