| | |
| | | <product.locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</product.locales> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <localized.jars.classifier>i18n</localized.jars.classifier> |
| | | <commons.version>3.1.1</commons.version> |
| | | <commons.version>3.1.2-SNAPSHOT</commons.version> |
| | | <freemarker.version>2.3.34</freemarker.version> |
| | | <metrics-core.version>4.2.30</metrics-core.version> |
| | | <bc.fips.version>2.1.2</bc.fips.version> |
| | |
| | | <docGuideRefUrl>https://doc.openidentityplatform.org/opendj/man-pages/</docGuideRefUrl> |
| | | <docGuideAdminUrl>https://doc.openidentityplatform.org/opendj/admin-guide/</docGuideAdminUrl> |
| | | |
| | | <!-- Javadoc doclint level (single source of truth, inherited by every module). |
| | | all,-missing = run all checks (html/syntax/reference/accessibility) but do |
| | | not require missing comments/tags. Read by maven-javadoc-plugin via -Ddoclint. --> |
| | | <doclint>all,-missing</doclint> |
| | | |
| | | </properties> |
| | | |
| | | <inceptionYear>2011</inceptionYear> |
| | |
| | | </execution> |
| | | </executions> |
| | | <configuration> |
| | | <doclint>none</doclint> |
| | | <doclint>${doclint}</doclint> |
| | | <notimestamp>true</notimestamp> |
| | | <failOnWarnings>true</failOnWarnings> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <version>3.11.2</version> |
| | | <version>3.12.0</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | <plugin> |
| | | <groupId>org.openidentityplatform.commons.i18n-framework</groupId> |
| | | <artifactId>maven-plugin</artifactId> |
| | | <version>${commons.version}</version> |
| | | </plugin> |
| | | |
| | | <plugin> |