scala - Uploading play application to maven repository -
i trying upload play 2.1.3 application our internal maven repository. zip file generated play dist uploaded repo.
i tried following steps mentioned in this google group thread but method no luck; dependson not seem exist on taskkey anymore!.publish continues publish jar file.
how can make sure the artifact published publish task zip file generated dist?
i ended using sbt-aether-deploy sbt plugin deploy play application nexus repository.
Comments
Post a Comment