@@ -7,13 +7,13 @@ crossScalaVersions := Seq(scalaVersion.value, "2.12.4")
7
7
8
8
libraryDependencies ++= Seq (" org.specs2" %% " specs2-core" % " 4.0.2" % Test )
9
9
10
- description := " Library to develop Codacy tool plugins "
11
- homepage := Some (url( " https://github.com/codacy/codacy-plugins-api " ))
12
- startYear := Some ( 2016 )
13
- organizationName := " Codacy "
14
- organizationHomepage := Some ( new URL ( " https://www.codacy.com " ))
15
- licenses := Seq ( " The Apache Software License, Version 2.0 " -> url( " http://www.apache.org/licenses/LICENSE-2.0.txt " ) )
16
-
10
+ // Sonatype repository settings
11
+ credentials += Credentials (
12
+ " Sonatype Nexus Repository Manager " ,
13
+ " oss.sonatype.org " ,
14
+ sys.env.getOrElse( " SONATYPE_USER " , " username " ),
15
+ sys.env.getOrElse( " SONATYPE_PASSWORD " , " password " )
16
+ )
17
17
publishMavenStyle := true
18
18
publishArtifact in Test := false
19
19
pomIncludeRepository := { _ =>
@@ -26,10 +26,17 @@ publishTo := {
26
26
else
27
27
Some (" releases" at nexus + " service/local/staging/deploy/maven2" )
28
28
}
29
+
30
+ organizationName := " Codacy"
31
+ organizationHomepage := Some (new URL (" https://www.codacy.com" ))
32
+ startYear := Some (2016 )
33
+ description := " Library to develop Codacy tool plugins"
34
+ licenses := Seq (" The Apache Software License, Version 2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0.txt" ))
35
+ homepage := Some (url(" http://www.github.com/codacy/codacy-plugins-api/" ))
29
36
pomExtra :=
30
37
<scm >
31
38
<url >https:// github.com/ codacy/ codacy- plugins- api</url >
32
- <connection >scm: git: git@ github.com: codacy/ codacy- engine - scala - seed .git</connection >
39
+ <connection >scm: git: git@ github.com: codacy/ codacy- plugins - api .git</connection >
33
40
<developerConnection >scm: git: https:// github.com/ codacy/ codacy- plugins- api.git</developerConnection >
34
41
</scm >
35
42
<developers >
@@ -39,4 +46,28 @@ pomExtra :=
39
46
<email >johann [at] codacy.com</email >
40
47
<url >https:// github.com/ johannegger</url >
41
48
</developer >
49
+ <developer >
50
+ <id >rtfpessoa</id >
51
+ <name >Rodrigo Fernandes </name >
52
+ <email >rodrigo [at] codacy.com</email >
53
+ <url >https:// github.com/ rtfpessoa</url >
54
+ </developer >
55
+ <developer >
56
+ <id >bmbferreira</id >
57
+ <name >Bruno Ferreira </name >
58
+ <email >bruno.ferreira [at] codacy.com</email >
59
+ <url >https:// github.com/ bmbferreira</url >
60
+ </developer >
61
+ <developer >
62
+ <id >xplosunn</id >
63
+ <name >Hugo Sousa </name >
64
+ <email >hugo [at] codacy.com</email >
65
+ <url >https:// github.com/ xplosunn</url >
66
+ </developer >
67
+ <developer >
68
+ <id >pedrocodacy</id >
69
+ <name >Pedro Amaral </name >
70
+ <email >pamaral [at] codacy.com</email >
71
+ <url >https:// github.com/ pedrocodacy</url >
72
+ </developer >
42
73
</developers >
0 commit comments