Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-08-17 17:01:46 +0000
committerJesse McConnell2012-08-17 17:01:46 +0000
commitba8ecfbcfbcce06516a77e6f9a1143a4796f128b (patch)
tree787147ab400065df16cf6b7d65271acad29f440f
parent00ed5498988062d768ee306da708d338a96253dc (diff)
downloadorg.eclipse.jetty.project-ba8ecfbcfbcce06516a77e6f9a1143a4796f128b.tar.gz
org.eclipse.jetty.project-ba8ecfbcfbcce06516a77e6f9a1143a4796f128b.tar.xz
org.eclipse.jetty.project-ba8ecfbcfbcce06516a77e6f9a1143a4796f128b.zip
format->check
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fb21fd28c0..6972aeeb53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,7 +761,7 @@
<id>check-headers</id>
<phase>verify</phase>
<goals>
- <goal>format</goal>
+ <goal>check</goal>
</goals>
</execution>
</executions>

Back to the top