Skip to content

Commit

Permalink
FIX oss Event: 2 rules failed: Central Sync Requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Dec 1, 2023
1 parent e1d47cf commit 5a0998e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Empty {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Empty {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Empty {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Empty {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Empty {

}
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<artifactId>jee-agents</artifactId>
<version>4.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
<properties>
<openam.version>14.8.1</openam.version>
<!-- <websphere.libraries.v61.system.path>/var/tmp/extlib/websphere/v61</websphere.libraries.v61.system.path> -->
Expand Down Expand Up @@ -150,8 +151,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<doclint>none</doclint>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 5a0998e

Please sign in to comment.