Re: snapshot releases
Andrus Adamchik <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Ari, Snapshots are published to the Apache snapshots repo at https://repository.apache.org/content/repositories/snapshots <https://repository.apache.org/content/repositories/snapshots>. Central does not allow to host snapshots: <distributionManagement> <repository> <id>apache-releases</id> <name>Apache Release Distribution Repository</name> <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>apache.snapshots.https</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> > I can see Travis is building them: https://app.travis-ci.com/github/apache/cayenne/jobs/537003205 BTW, we should probably move to Github Actions for CI/CD. Much faster than Travis. Andrus > On Oct 10, 2021, at 9:01 AM, Aristedes Maniatis <[email protected]> wrote: > > I can see Travis is building them: https://app.travis-ci.com/github/apache/cayenne/jobs/537003205 > > But where do they go? I can't find them on Maven Central. > > > Cheers > Ari