Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish 6 & 7 docs artifacts missing in Maven Central
  • From: "Hiroki Sawamura (Fujitsu)" <sawamura.hiroki@xxxxxxxxxxx>
  • Date: Wed, 18 Jan 2023 09:42:34 +0000
  • Accept-language: ja-JP, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fujitsu.com; dmarc=pass action=none header.from=fujitsu.com; dkim=pass header.d=fujitsu.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=PSrpgX9oT9wcQOahRNP3PNXtzAxY/pZyeDc7BeXK/ZQ=; b=YUZEW7Q2Un38IDpfM3bDe1i9in3CLTIKmEKw26axxRnRTCI3EcTmdcQcvXrCDR8PUbHu4mNNcHxngBadhbxbMv2x3E0Sjhk5vEUUwGDO+k731f39QToaRzbwgvJyHtEzxNgU61UIZWPMp6zw1WmRtkqvhWXNi5BsjZca8GV1F4fSH2I+UdukD73JA7DPaqjc0zk6VNbJmBr7C5+3hnNsUcUkwfTIM/qRYLM6fkL8n2VlJGAhp+poFzoOOtc4PM1tukm9fYhLoYPt76E2y0xNW3x3TknNT8TMRnlC2NI7ftnCuqgRykwfKGQXjoP0MoADUFg3RbIhM+yaoTiN9aoE0w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GEQ9mU70woiFXMkFsOgqjydxajqZI1otrBtVDAAmp74le4R9PxZxAP8O8KAiei78vxIvfbyhvrk/trsGsVeY1+WRyCJHfHrun33ps0bl5WF0sayWCaK4Ja2kOOUDZ8OxXWcY6M9xoxOSHml/LKwxzmKz0nPaLVDErk2HuPHJ2GmyzVTXdIMRQNGS+vePbOz2v/MNaO1NRvczzvLWyk/mb76TVu0R//z9Ab8GswtncfXknLIGLGVeAcux9yfFvk5OrqOre3/JAEz8mffh6C2baveOia+GCOOG3Ytvfn/sigRtBiyXa3FJMwnpBzvZaDKVzXtT9M23FxFITp7+WgoNFg==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev/>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Enabled=true; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_SetDate=2023-01-18T09:34:53Z; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Method=Standard; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Name=FUJITSU-RESTRICTED​; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_SiteId=a19f121d-81e1-4858-a9d8-736e267fd4c7; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_ActionId=26d2b63b-18d0-4102-b05f-1284df3416b6; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_ContentBits=0
  • Thread-index: AQHZKgAcWKUwPAfHBU6w1ZYgDuCEKq6j7DlQ
  • Thread-topic: [glassfish-dev] GlassFish 6 & 7 docs artifacts missing in Maven Central

Hi,

 

Perhaps the following Jenkins jobs need to be improved (it runs regularly, but oddly enough only accepts 5.1.0):

https://ci.eclipse.org/glassfish/view/all/job/glassfish-docs-publish/

 

I suppose I could work on it, but would like to make the changes reviewable. Is there a suitable repository somewhere?

 

Kind Regards,

Hiroki

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Ondro Mihalyi
Sent: Tuesday, January 17, 2023 8:13 AM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] GlassFish 6 & 7 docs artifacts missing in Maven Central

 

Hi,

 

While updating glassfish.org with info about GlassFish 7 release, I discovered that the Documentation page is also not up to date with the GlassFish 7 version, and not even with the GlassFish 6 version. For example, the docs for the "current" release show docs for GlassFish 5.1: https://glassfish.org/docs/

 

I've created a PR to fix this, but this requires that the org.glassfish.docs:distribution artifact version 6.2.5 and 7.0.0 are in a Maven repo, either in Maven Central or in a Jakarta repo, which is accessible from GlassFish Jenkins instance.

 

But the org.glassfish.docs:distribution artifact for version 6.2.5 and 7.0.0 aren't in Maven Central. The latest version in Maven Central is 5.1.0: https://search.maven.org/artifact/org.glassfish.docs/distribution

 

Can somebody from the committers deploy the missing versions 6.2.5 and 7.0.0 of the org.glassfish.docs:distribution artifact into Maven Central? The source code of this artifact is in https://github.com/eclipse-ee4j/glassfish/tree/master/docs/distribution. I also suggest adjusting the current release CI jobs to deploy this artifact together with other release artifacts in the future.


All the best,

Ondro Mihalyi

 

Director, Jakarta EE expert

OmniFish - Jakarta EE Consulting & Support | www.omnifish.ee

Omnifish OÜ, Narva mnt 5, 10117 Tallinn, Estonia | VAT: EE102487932


Back to the top