Skip to content

Commit 8eed56c

Browse files
committed
Release: autoPublish waitMaxTime 1800->5400 + fix OSS validation
1 parent a7da1e7 commit 8eed56c

File tree

11 files changed

+23
-22
lines changed

11 files changed

+23
-22
lines changed

commons/audit/core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>core</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-csv/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
18+
1719
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1820
<modelVersion>4.0.0</modelVersion>
1921
<parent>
@@ -25,7 +27,7 @@
2527
<artifactId>handler-csv</artifactId>
2628
<packaging>bundle</packaging>
2729
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
30+
<description>${project.groupId}:${project.artifactId}</description>
2931

3032
<dependencies>
3133
<dependency>

commons/audit/handler-elasticsearch/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-elasticsearch</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-jms/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-jms</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132

commons/audit/handler-json/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-json</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-syslog/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-syslog</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/json/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>json</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/servlet/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +26,7 @@
2526
<artifactId>servlet</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<!-- Open Identity Platform CommunityCommons Dependencies -->

maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,8 @@ under the License.
9494
<mavenExecutorId>forked-path</mavenExecutorId>
9595
</configuration>
9696
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-javadoc-plugin</artifactId>
100-
<configuration>
101-
<skip>true</skip>
102-
</configuration>
103-
</plugin>
104-
</plugins>
97+
98+
</plugins>
10599

106100

107101
<extensions>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
your own identifying information:
2323
"Portions Copyrighted [year] [name of copyright owner]"
2424
25-
Portions Copyright 2017-2024 3A Systems, LLC.
25+
Portions Copyright 2017-2025 3A Systems, LLC.
2626
-->
2727

2828
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -705,7 +705,6 @@
705705
<groupId>javax.servlet</groupId>
706706
<artifactId>javax.servlet-api</artifactId>
707707
<version>3.1.0</version>
708-
<scope>provided</scope>
709708
</dependency>
710709

711710
<dependency>
@@ -1413,6 +1412,7 @@
14131412
<configuration>
14141413
<publishingServerId>ossrh</publishingServerId>
14151414
<autoPublish>true</autoPublish>
1415+
<waitMaxTime>5400</waitMaxTime>
14161416
</configuration>
14171417
</plugin>
14181418
</plugins>

0 commit comments

Comments
 (0)