pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit be60a300ef3919bd3e9e42f6dda6c749addcceb5
parent 309320a1b13cea471a810d8d7b4066f6df514223
Author: Jul <jul@9o.is>
Date:   Tue, 24 Jun 2014 06:48:40 -0400

publish as maven repo

Diffstat:
Mproject/BuildSettings.scala | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -115,8 +115,9 @@ object BuildSettings { } }, - publishMavenStyle := false, - + publishMavenStyle := true, + publishArtifact in Test := false, + pomIncludeRepository := { _ => false }, publishTo := Some(s3resolver.value( "My "+{if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"}+" S3 bucket", s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"))),