Skip to content

Commit

Permalink
feat(jans-config-api): fix javadocs generation (#9351)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem authored Sep 3, 2024
1 parent 1972429 commit 09c1247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ private ApiConstants() {}
public static final String DATA = "data";
public static final String FIELD_VALUE_PAIR = "fieldValuePair";

public static final String EVENT_RANGE_PATH = "/{eventStartDate-eventEndDate}";
public static final String EVENT_RANGE_PATH = "/{eventStartDate}-{eventEndDate}";

}
3 changes: 2 additions & 1 deletion jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M7</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -503,6 +503,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
Expand Down

0 comments on commit 09c1247

Please sign in to comment.