From 1288ad3a4d29ae1064e5f2262de8b690b6ad6548 Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Thu, 10 Jul 2025 20:51:54 -0400 Subject: [PATCH 1/4] Added JDBC to generated zip + updated maven central plugin. --- committer/apachekafka/pom.xml | 6 +- committer/azurecognitivesearch/pom.xml | 6 +- committer/core/pom.xml | 4 +- committer/elasticsearch/pom.xml | 4 +- committer/idol/pom.xml | 4 +- committer/neo4j/pom.xml | 4 +- committer/solr/pom.xml | 4 +- committer/sql/pom.xml | 4 +- crawler/core/pom.xml | 55 +++--------------- crawler/fs/pom.xml | 4 +- crawler/web/pom.xml | 6 +- .../crawler/web/mocks/MockWebDriver.java | 2 +- grid/core/pom.xml | 4 +- grid/jdbc/pom.xml | 6 +- grid/local/pom.xml | 7 +-- importer/pom.xml | 8 +-- pom.xml | 57 +++++-------------- 17 files changed, 58 insertions(+), 127 deletions(-) diff --git a/committer/apachekafka/pom.xml b/committer/apachekafka/pom.xml index 00be1ce32..6e2a173aa 100644 --- a/committer/apachekafka/pom.xml +++ b/committer/apachekafka/pom.xml @@ -125,10 +125,10 @@ org.apache.maven.plugins maven-gpg-plugin - + - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/azurecognitivesearch/pom.xml b/committer/azurecognitivesearch/pom.xml index e34d90407..b67922610 100644 --- a/committer/azurecognitivesearch/pom.xml +++ b/committer/azurecognitivesearch/pom.xml @@ -111,10 +111,10 @@ org.apache.maven.plugins maven-gpg-plugin - + - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/core/pom.xml b/committer/core/pom.xml index 4b5e4f187..096032e82 100644 --- a/committer/core/pom.xml +++ b/committer/core/pom.xml @@ -106,8 +106,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/elasticsearch/pom.xml b/committer/elasticsearch/pom.xml index b3481dcd3..ce456ab5d 100644 --- a/committer/elasticsearch/pom.xml +++ b/committer/elasticsearch/pom.xml @@ -124,8 +124,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/idol/pom.xml b/committer/idol/pom.xml index a409ea46f..c50bba613 100644 --- a/committer/idol/pom.xml +++ b/committer/idol/pom.xml @@ -119,8 +119,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/neo4j/pom.xml b/committer/neo4j/pom.xml index 00c61d8f1..48d94b625 100644 --- a/committer/neo4j/pom.xml +++ b/committer/neo4j/pom.xml @@ -113,8 +113,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/solr/pom.xml b/committer/solr/pom.xml index 3838d6303..fbd7ea7ae 100644 --- a/committer/solr/pom.xml +++ b/committer/solr/pom.xml @@ -126,8 +126,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/committer/sql/pom.xml b/committer/sql/pom.xml index 99826dda0..39fb376b1 100644 --- a/committer/sql/pom.xml +++ b/committer/sql/pom.xml @@ -113,8 +113,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/crawler/core/pom.xml b/crawler/core/pom.xml index 1bb91a939..cb2c42ca6 100644 --- a/crawler/core/pom.xml +++ b/crawler/core/pom.xml @@ -81,44 +81,13 @@ picocli - - - - info.picocli - picocli + com.norconex.crawler + nx-grid-jdbc + runtime - --> - + @@ -135,14 +104,6 @@ test-jar test - org.junit.jupiter @@ -231,10 +192,10 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin - + diff --git a/crawler/fs/pom.xml b/crawler/fs/pom.xml index d2c454a7f..bc08cf558 100644 --- a/crawler/fs/pom.xml +++ b/crawler/fs/pom.xml @@ -287,8 +287,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/crawler/web/pom.xml b/crawler/web/pom.xml index bc4e38cba..a2b7a0010 100644 --- a/crawler/web/pom.xml +++ b/crawler/web/pom.xml @@ -320,10 +320,10 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin - + org.codehaus.mojo license-maven-plugin diff --git a/crawler/web/src/test/java/com/norconex/crawler/web/mocks/MockWebDriver.java b/crawler/web/src/test/java/com/norconex/crawler/web/mocks/MockWebDriver.java index 66313a925..28156cd4f 100644 --- a/crawler/web/src/test/java/com/norconex/crawler/web/mocks/MockWebDriver.java +++ b/crawler/web/src/test/java/com/norconex/crawler/web/mocks/MockWebDriver.java @@ -18,4 +18,4 @@ import org.openqa.selenium.remote.RemoteWebDriver; public class MockWebDriver extends RemoteWebDriver implements TakesScreenshot { -} \ No newline at end of file +} diff --git a/grid/core/pom.xml b/grid/core/pom.xml index a33d7f438..1f7245b8d 100644 --- a/grid/core/pom.xml +++ b/grid/core/pom.xml @@ -132,8 +132,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin diff --git a/grid/jdbc/pom.xml b/grid/jdbc/pom.xml index 424f81862..398486f25 100644 --- a/grid/jdbc/pom.xml +++ b/grid/jdbc/pom.xml @@ -187,10 +187,10 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin - + diff --git a/grid/local/pom.xml b/grid/local/pom.xml index 7f8793439..d67d007b4 100644 --- a/grid/local/pom.xml +++ b/grid/local/pom.xml @@ -142,10 +142,10 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin - + @@ -156,7 +156,6 @@ - https://opensource.norconex.com/grid/local Norconex local grid. diff --git a/importer/pom.xml b/importer/pom.xml index c6c3202da..96d81b881 100644 --- a/importer/pom.xml +++ b/importer/pom.xml @@ -340,7 +340,7 @@ org.* - + org.apache.maven.plugins maven-source-plugin @@ -374,10 +374,10 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin - + diff --git a/pom.xml b/pom.xml index 2d5ab6322..f201243bc 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,6 @@ 3.2.0 4.0.0-M14 3.3.1 - 1.6.13 3.2.5 0.15.0 2.16.2 @@ -125,6 +124,10 @@ + + central + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + github https://maven.pkg.github.com/Norconex/crawlers @@ -168,15 +171,15 @@ + sonatype-oss-snapshots Sonatype OSS Snapshot Repository https://oss.sonatype.org/content/repositories/snapshots - true @@ -226,6 +229,11 @@ nx-grid-local ${project.version} + + com.norconex.crawler + nx-grid-jdbc + ${project.version} + @@ -879,22 +887,6 @@ - - - - - - org.projectlombok lombok-maven-plugin @@ -1228,19 +1212,6 @@ - - Norconex Inc. https://norconex.com From ff9d108035a1680bd87e90c3addf1a189bef66a0 Mon Sep 17 00:00:00 2001 From: essiembre <2326274+essiembre@users.noreply.github.com> Date: Fri, 11 Jul 2025 00:52:15 +0000 Subject: [PATCH 2/4] Apply Copyright year changes --- committer/apachekafka/pom.xml | 2 +- committer/azurecognitivesearch/pom.xml | 2 +- committer/core/pom.xml | 2 +- committer/elasticsearch/pom.xml | 2 +- committer/idol/pom.xml | 2 +- committer/neo4j/pom.xml | 2 +- committer/solr/pom.xml | 2 +- committer/sql/pom.xml | 2 +- crawler/fs/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/committer/apachekafka/pom.xml b/committer/apachekafka/pom.xml index 6e2a173aa..51464de81 100644 --- a/committer/apachekafka/pom.xml +++ b/committer/apachekafka/pom.xml @@ -1,5 +1,5 @@