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

Gaetan Boismal
11.55.2015 3cc423171e8e3a3605fd6911fb40c82db35cfb50
OPENDJ-1769 Adds svn:eol-style check

This check is done by a maven-plugin since OPENDJ-1741.
1 files modified
20 ■■■■■ changed files
opendj3-server-dev/pom.xml 20 ●●●●● patch | view | raw | blame | history
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>