Re: Publishing Artifacts on Nexus

2024-12-02 Thread Julian Hyde
I’m not sure what you’re doing wrong, but when I’m Calcite RM (and RM for non-Apache projects) I see our artifacts in ’Staged repositories’ rather than ’Snapshots’. > On Nov 27, 2024, at 6:33 AM, Bertil Chapuis wrote: > > Interesting, I wasn’t aware of this. > > I published these snapshot ar

Re: Publishing Artifacts on Nexus

2024-11-30 Thread Bertil Chapuis
Regarding the LICENSE and NOTICE files that are supposed to be included in the JAR files [1,2]: would it be sufficient to include the ones we have at the root of the repository in every artifact (one per submodule)? I looked at what Hadoop is doing, as it has somewhat served as a reference in th

Re: Publishing Artifacts on Nexus

2024-11-27 Thread Bertil Chapuis
Interesting, I wasn’t aware of this. I published these snapshot artifacts (dry-run) with the "mvn deploy" command after modifying my settings.xml as follows: http://maven.apache.org/SETTINGS/1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.

Re: Publishing Artifacts on Nexus

2024-11-26 Thread Julian Hyde
When you press the “release” button in Nexus the artifacts will be deployed to maven central. They appear with a latency of a couple of hours. (This time, because the vote failed, you should press “drop” rather than “release”.) Julian > On Nov 26, 2024, at 14:43, Bertil Chapuis wrote: > >