You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pekko.apache.org by GitBox <gi...@apache.org> on 2022/11/05 12:54:58 UTC

[GitHub] [incubator-pekko] pjfanning opened a new issue, #16: Change sbt settings that relate to lightbend or akka

pjfanning opened a new issue, #16:
URL: https://github.com/apache/incubator-pekko/issues/16

   There were probably be a number of iterations.
   
   In projects/Publish.scala:
   ```
     override lazy val projectSettings = Seq(
       publishTo := Some(akkaPublishTo.value),
       publishRsyncHost := "akkarepo@gustav.akka.io",
       credentials ++= akkaCredentials,
       organizationName := "Lightbend Inc.",
       organizationHomepage := Some(url("https://www.lightbend.com")),
       sonatypeProfileName := "com.typesafe",
       startYear := Some(2009),
       developers := List(
           Developer(
             "akka-contributors",
             "Akka Contributors",
             "akka.official@gmail.com",
             url("https://github.com/akka/akka/graphs/contributors"))),
       publishMavenStyle := true,
       pomIncludeRepository := { x =>
         false
       },
       defaultPublishTo := target.value / "repository")
   ```
   
   The copyright header checks will need to be changed to allow Lightbend/Typesafe licenses and Apache licenses. The Lightbend/Typesafe licenses will remain on the old files but new files should have Apache licenses.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pekko.apache.org
For additional commands, e-mail: dev-help@pekko.apache.org


[GitHub] [incubator-pekko] pjfanning closed issue #16: Change sbt settings that relate to lightbend or akka

Posted by GitBox <gi...@apache.org>.
pjfanning closed issue #16: Change sbt settings that relate to lightbend or akka
URL: https://github.com/apache/incubator-pekko/issues/16


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org