Remove old checkstyle configuration
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a5c94cea0da7172a8a79cced00e2994090e615f4..ecfd412be02d8f0659626c129bde3ae6b83c15c0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <!-- In this project we want to automatically sort all poms, thus we
              add the invocation of this plugin to the root parent. Configuration is in
-             the ODL parent. -->
+             odlparent. -->
         <groupId>com.google.code.sortpom</groupId>
         <artifactId>maven-sortpom-plugin</artifactId>
       </plugin>
       <plugin>
-        <!-- Check for coding style violations.  Configuration in the parent pom. -->
+        <!-- Check for coding style violations.  Configuration in odlparent. -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>