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

[main] update sonatype profile name #679

Merged
merged 1 commit into from
Jan 2, 2022
Merged

Conversation

octonato
Copy link
Contributor

No description provided.

@octonato octonato changed the title update sonatype profile name [main] update sonatype profile name Nov 29, 2021
@octonato octonato requested a review from mkurz December 2, 2021 15:59
@@ -137,8 +137,7 @@ lazy val commonSettings = Def.settings(
Compile / doc / scalacOptions ++= Seq(
// Work around 2.12 bug which prevents javadoc in nested java classes from compiling.
"-no-java-comments",
),
sonatypeProfileName := "com.typesafe"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@octonato You removed it, but shouldn't it be set to com.typesafe.play?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's correct.

The main branch is not using Interplay any more and therefore, if you say nothing, the profile name will be the same as the groupId, so com.typesafe.play.

When we removed Interplay we had to force it to be com.typesafe, but now we want it to be the groupId.

In the 2.8.x branch, is the other way around. There we use Interplay and it sets it to com.typesafe and we need to force it to com.typesafe.play.

Confusing, no?

@mkurz mkurz merged commit 825f495 into main Jan 2, 2022
@mkurz mkurz deleted the octonato/uppdate-sonatype-profile branch January 2, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants