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

Mark Craig
18.45.2012 7331d7334d5184bd34665c3426799495f2f57a08
Additional fix for OPENDJ-566: Add log reference to OpenDJ docs

Avoid removing the directory containing the log ref.jar before trying to deploy
1 files modified
9 ■■■■■ changed files
opendj-sdk/opends/opendj-log-ref/pom.xml 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/opendj-log-ref/pom.xml
@@ -78,6 +78,15 @@
   <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-clean-plugin</artifactId>
    <version>2.5</version>
    <configuration>
     <skip>true</skip>
    </configuration>
   </plugin>
   <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <version>3.0</version>
    <configuration>