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

vharseko
30.26.2017 812eb630d819ba98d06e62bc405a72c48aa8c270
attach-javadocs
1 files modified
12 ■■■■■ changed files
pom.xml 12 ●●●●● patch | view | raw | blame | history
pom.xml
@@ -270,6 +270,18 @@
                  </execution>
                </executions>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
              <executions>
                <execution>
                  <id>attach-javadocs</id>
                  <goals>
                    <goal>jar</goal>
                  </goals>
                </execution>
              </executions>
            </plugin>
        </plugins>
        <pluginManagement>