Updated Branches:
  refs/heads/master 4ed338e7c -> 4b636c8ce

general configuration section should go before executions


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4b636c8c
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4b636c8c
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4b636c8c

Branch: refs/heads/master
Commit: 4b636c8cebd3334d08ee8d8f0fa6b97a001fa217
Parents: 7631ac6
Author: Mark Struberg <[email protected]>
Authored: Fri Jun 7 12:06:02 2013 +0200
Committer: Mark Struberg <[email protected]>
Committed: Fri Jun 7 12:06:30 2013 +0200

----------------------------------------------------------------------
 deltaspike/parent/pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4b636c8c/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index fef94b4..fa04d09 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -679,6 +679,11 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>${maven.checkstyle.plugin.version}</version>
+                <configuration>
+                    
<configLocation>deltaspike/default-checks.xml</configLocation>
+                    <headerLocation>deltaspike/asf-header.txt</headerLocation>
+                    <consoleOutput>true</consoleOutput>
+                </configuration>
                 <executions>
                     <execution>
                         <id>verify-style</id>
@@ -688,11 +693,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <configuration>
-                    
<configLocation>deltaspike/default-checks.xml</configLocation>
-                    <headerLocation>deltaspike/asf-header.txt</headerLocation>
-                    <consoleOutput>true</consoleOutput>
-                </configuration>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.deltaspike</groupId>

Reply via email to