1414 * limitations under the License.
1515 */
1616
17- // to successfully publish to Sonatype OSS (using sbt publishSigned), setup outline at
18- // https://www.scala-sbt.org/1.x/docs/Using-Sonatype.html is expected
19-
2017ThisBuild / organizationHomepage := Some (url(" https://www.absa.africa" ))
2118ThisBuild / scmInfo := Some (
2219 ScmInfo (
23- browseUrl = url(" http ://github.com/AbsaOSS/spark-data-standardization/tree/master" ),
20+ browseUrl = url(" https ://github.com/AbsaOSS/spark-data-standardization/tree/master" ),
2421 connection = " scm:git:git://github.com/AbsaOSS/spark-data-standardization.git" ,
2522 devConnection = " scm:git:ssh://github.com/AbsaOSS/spark-data-standardization.git"
2623 )
@@ -38,19 +35,31 @@ ThisBuild / developers := List(
3835 name = " Daniel Kavan" ,
39364037 url = url(" https://github.com/dk1844" )
38+ ),
39+ Developer (
40+ id = " benedeki" ,
41+ name = " David Benedeki" ,
42+ 43+ url = url(" https://github.com/benedeki" )
44+ ),
45+ Developer (
46+ id = " AdrianOlosutean" ,
47+ name = " Adrian Olosutean" ,
48+ 49+ url = url(" https://github.com/AdrianOlosutean" )
50+ ),
51+ Developer (
52+ id = " lsulak" ,
53+ name = " Ladislav Sulak" ,
54+ 55+ url = url(" https://github.com/lsulak" )
4156 )
4257)
4358
4459ThisBuild / homepage := Some (url(" https://github.com/AbsaOSS/spark-data-standardization" ))
4560ThisBuild / description := " Data Standardization library (originally part of the Enceladus project)"
4661
47- ThisBuild / pomIncludeRepository := { _ => false }
48- ThisBuild / publishTo := {
49- val nexus = " https://oss.sonatype.org/"
50- if (isSnapshot.value) {
51- Some (" snapshots" at s " ${nexus}content/repositories/snapshots " )
52- } else {
53- Some (" releases" at s " ${nexus}service/local/staging/deploy/maven2 " )
54- }
55- }
56- ThisBuild / publishMavenStyle := true
62+ // licenceHeader check:
63+ ThisBuild / organizationName := " ABSA Group Limited"
64+ ThisBuild / startYear := Some (2021 )
65+ ThisBuild / licenses += " Apache-2.0" -> url(" https://www.apache.org/licenses/LICENSE-2.0.txt" )
0 commit comments