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 dependson not seem exist on taskkey anymore!. no luck; 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

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -