You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2017/07/26 09:12:25 UTC

incubator-predictionio git commit: Update license checker configuration

Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop dec9f84ce -> 9bbd1f51a


Update license checker configuration

Closes #415


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/9bbd1f51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/9bbd1f51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/9bbd1f51

Branch: refs/heads/develop
Commit: 9bbd1f51a7da31a3dbc00d36942ecfe4315af169
Parents: dec9f84
Author: Naoki Takezoe <ta...@apache.org>
Authored: Wed Jul 26 18:10:11 2017 +0900
Committer: Naoki Takezoe <ta...@apache.org>
Committed: Wed Jul 26 18:10:11 2017 +0900

----------------------------------------------------------------------
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9bbd1f51/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 712d360..139bf39 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-import com.typesafe.sbt.license.{LicenseInfo, DepModuleInfo}
 import PIOBuild._
 
 lazy val scalaSparkDepsVersion = Map(
@@ -99,6 +98,7 @@ val conf = file("conf")
 val commonSettings = Seq(
   autoAPIMappings := true,
   licenseConfigurations := Set("compile"),
+  licenseReportTypes := Seq(Csv),
   unmanagedClasspath in Test += conf,
   unmanagedClasspath in Test += baseDirectory.value.getParentFile / s"storage/jdbc/target/scala-${scalaBinaryVersion.value}/classes")