Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace GH pages for snapshot with OSSHR #1276

Open
npetzall opened this issue Aug 20, 2023 · 0 comments
Open

Replace GH pages for snapshot with OSSHR #1276

npetzall opened this issue Aug 20, 2023 · 0 comments

Comments

@npetzall
Copy link
Member

npetzall commented Aug 20, 2023

Currently we publish snapshots to github pages, which is a branch.

An option would be to link to OSSHR and the snapshot repository.

https://s01.oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.schemaspy&a=schemaspy&c=app&v=LATEST&e=jar

The url will be not as nice, the "suggested" name wont be nice either schemaspy-7.0.0-20230818.001010-42-app.jar since we use timestamped snapshots, not sure if the configuration to disable timestamped version will work osshr.

But we would need to add uniqueVersion = false to distributionManagement for snapshots.

<snapshotRepository>
            <id>ossrh</id>
            <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
            <uniqueVersion>false</uniqueVersion>
</snapshotRepository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant