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 := "[email protected]",
       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",
             "[email protected]",
             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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to