mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
11.55.2015 3cc423171e8e3a3605fd6911fb40c82db35cfb50
opendj3-server-dev/pom.xml
@@ -1201,6 +1201,26 @@
      <id>precommit</id>
      <build>
        <plugins>
          <!-- Check svn:eol-style property on modified files -->
          <!-- TODO: Remove once Git migration over -->
          <plugin>
           <groupId>org.forgerock.opendj</groupId>
           <artifactId>opendj-svn-property-check-maven-plugin</artifactId>
           <version>1.0.0-SNAPSHOT</version>
           <executions>
               <execution>
                   <id>check-eol-property</id>
                   <goals>
                       <goal>check-svn-property</goal>
                   </goals>
                   <configuration>
                       <svnPropertyName>svn:eol-style</svnPropertyName>
                       <svnPropertyExpectedValue>native</svnPropertyExpectedValue>
                   </configuration>
               </execution>
           </executions>
         </plugin>
          <!-- Enforce Checkstyle -->
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>