I have an open source Scala project using SBT and I would like to release my library to Maven. How do I do it?
How to release a Scala library to Maven Central using sbt?
1.7k Views Asked by pathikrit At
1
There are 1 best solutions below
Related Questions in SCALA
- Mocking AmazonS3 listObjects function in scala
- Last SPARK Task taking forever to complete
- How to upload a native scala project to local repo by sbt like using "maven install"
- Folding a list of OR clauses in io.getquill
- How to get latest modified file using scala from a folder in HDFS
- Enforce type bound for inferred type parameter in pattern matching
- can't write pyspark dataframe to parquet file on windows
- spark streaming and kafka integration dependency problem
- how to generate fresh singleton literal type in scala using macros
- exception during macro expansion: type T is not a class, play json
- Is there any benefit of converting a List to a LazyList in Scala?
- Get all records within a window in spark structured streaming
- sbt publishLocal of a project with provided dependencies in build.sbt doesn't make these dependencies visible to projects using the project as library
- Scala composition of partially-applied functions
- How to read the input json using a schema file and populate default value if column not being found in scala?
Related Questions in MAVEN
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- JavaFX build generating a blank gui with primary view and secondary view buttons
- Maven (Java) does not build dependencies into a compiled file
- java.lang.ClassNotFoundException: javax.servlet.jsp.tagext.TagLibraryValidator in Spring-boot jsp application
- I am trying to use h2 in-memory db from my spring boot application, my spring boot version is 3.1.10, but its not connecting to h2 properly
- BeanCreationException when deploying Spring Boot app
- How to run Parallel tests by groups using Maven and TestNG?
- Get control flow information with JaCoCo
- Failed to instantiate [com.docusign.esign.client.ApiClient]
- Gradle - Groovy vs Gradle - Kotlin vs Maven for Java Spring Boot web application project on IntelliJ
- Intelij ultimate and spring boot giving me errors
- Using Eclipse Maven project, import new version of a class from a jar file created from another Maven project
- Messing up with conflict between spring jcl and commons-logging.jar
- Run java program
- How to add a Maven project to an Ubuntu image in Docker
Related Questions in SBT
- How to upload a native scala project to local repo by sbt like using "maven install"
- spark streaming and kafka integration dependency problem
- sbt publishLocal of a project with provided dependencies in build.sbt doesn't make these dependencies visible to projects using the project as library
- How to point sbt to use locally installed protoc in my scala project
- [email protected] Java 17 and sbt 1.9.8 and Scala 2.13 : report coverage is zero for all categories
- In chisel6.2.0, how to use hex file to init memory and test it?
- build.sbt error: value addRepositoryAuthentication is not a member of lmcoursier.CoursierConfiguration
- sbt not picking up dependencies with a crossProject
- How do I prevent WartRemover from interferring with the metals dap console?
- intellij: Cannot resolve symbol apache, jsoniter
- No lib of ivy cache jars created when I create package or install
- How do I update a multi project sbt build that depends on macro libraries to scala 3 in stages?
- Redownload snapshot dependency in sbt
- sbt-native-packager fails with dpkg-deb error
- Error initializing SparkContext caused by java.nio.channels.UnresolvedAddressException: null
Related Questions in MAVEN-CENTRAL
- Gradle publish fails to PUT a different random file to s01.oss.sonatype.org/service/local/staging/deploy/maven2 each time
- Could a malicious Android Maven Central dependency infect the compiling host PC?
- Publish single artifacts (to maven repository) from multi module maven project
- Publishing on Maven Central failed with file path validation
- Publishing a Java library using JReleaser - maven.nexus2.mavenCentral.stagingRepository does not exist
- Existing maven artifacts not found searching by their sha1
- Failed to Publish Release to Maven Central Repository :image-preview:publishReleasePublicationToImagePreviewRepository FAILED
- How to generate a gpg secret key that starts with the tag 0x14, or works with gradle 7.3?
- Maven Central statistics & sonatype alternative
- publishing to maven central after loading all properties from a secret file/environment
- Download JavaFX dependency using Ivy
- Do public Android Libraries (JAR) need signing
- Retention period for SNAPSHOT artifacts published to the public OSSRH Sonatype repository
- How to deploy on Maven Central?
- How do I set SCM for Maven in pom.xml when my repositories are not public?
Related Questions in SBT-RELEASE
- How to push to GitHub protected branch via sbt-release plugin?
- How to set nexus repository URL in SBT for sonatypeRelease?
- Rollback failed release process
- Issue with "No Staging repository found" in sonatype publish
- releasePublishArtifactsAction doesnt seem to catch
- sbt-release from jenkins no user input
- Split sbt release in stages?
- cross-build artifacts being built but not with `releaseCrossBuild := true`
- SBT publishing snapshots to sonatype
- Running sbt release task from cli for sub-project doesn't work
- How to add a custom command in sbt?
- How to release a Scala library to Maven Central using sbt?
- Exception while using custom releaseTagName with pushChanges in sbt-release
- Is it possible to have multi project SBT with version.sbt for each subproject
- PlayFramework and SBT release plugin run with test play app configuration
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I always forget how to do this. So here are my notes:
Once in your life:
For every new developer machine:
Install
gpge.g. on OSX:brew install gpgRun
gpg --gen-keyto generate a new key. Remember the passphrase and email you used.Make sure you see it when you list your secret keys:
Publish your key:
You can also publish your key manually by copy the key
And submitting it here http://keyserver.ubuntu.com:11371/
Verify that key got published by searching gnupg.net or keyserver.net. This may take up to a day to show up
Add
default-keyto yourgpg.conf:Append following to this file (
~/.sbt/${SBT_VERSION}/sonatype.sbt):For each new project:
Create new JIRA issue using your Sonatype account to request new repo
Wait till above issue is resolved
Add
sbt-pgp,sbt-releaseandsbt-sonatypeas a plugin to your project. Here is an example plugins.sbt:Here is an example build.sbt that I use for multi-projects.
For each new release:
You may have to do
export GPG_TTY=$(tty)to letgpgdo password prompt in command line like below:sbt +release(will prompt for passphrase that you created forgpg)+releasecross releases across your specifiedcrossScalaVersions. If you havepushChangesenabled in your build to push your commit to git remote, make sure you dopushChangesonce only on the lastcrossVersion.View artifact on Sonatype (the snapshot versions are here). If you cannot see it there you can double check the Nexus Repository Manager
Wait few hours for it to propagate to Maven Central
Starting Over