hey guys, few questions came up in my evaluation o...
# general
m
hey guys, few questions came up in my evaluation of pants: 1) We publish our jars to an S3 bucket maven style using an sbt plugin that knows how to treat s3 like a “maven repo”. Is there something similar for pants? 2) We use an sbt plugin that creates a BuildInfo.scala file with a bunch of useful things like git commit, user, build time, java/scala version, etc. Is there a similar thing for pants? Could also put it inside the jar’s manifest instead of generating a build file. 3) Is scala’s specs2 unit testing framework supported - is there anything special beyond junit_test target I need to do?