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

Matthew Swift
17.13.2014 5b70ef9b174ade2e53c046371f5bbf5aa663e084
opendj-sdk/pom.xml
@@ -308,6 +308,17 @@
          <version>${i18nFrameworkVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>cobertura-maven-plugin</artifactId>
          <configuration>
            <instrumentation>
              <excludes>
                <exclude>**/*Messages.class</exclude>
              </excludes>
            </instrumentation>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.2.2</version>