From 5bef3211e68fb051c762e60cc74ff63dda22d76f Mon Sep 17 00:00:00 2001 From: szimano Date: Mon, 29 Jun 2015 11:01:10 +0200 Subject: [PATCH] use autopluging system in deployments docs --- src/sphinx/topics/deployment.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/sphinx/topics/deployment.rst b/src/sphinx/topics/deployment.rst index 10d720497..4ba6f6f43 100644 --- a/src/sphinx/topics/deployment.rst +++ b/src/sphinx/topics/deployment.rst @@ -27,15 +27,13 @@ For an automatised build process are other plugins like the `sbt release plugin` Default Configuration --------------------- -The easiest way is to add ``deploymentSettings`` to your ``build.sbt`` +The easiest way is to add ``UniversalDeployPlugin`` to your ``build.sbt`` .. code-block:: scala import NativePackagerKeys._ - packageArchetype.java_server - - deploymentSettings + enablePlugins(JavaServerAppPackaging, UniversalDeployPlugin) You are now able to publish your application by scope.