From 45716813ce65c26f491a302c16a4a686c76338e9 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 6 Apr 2017 10:34:21 -0700 Subject: [PATCH] Fix sections. --- plug-ins/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/plug-ins/index.html b/plug-ins/index.html index f5bc296..c6e7063 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -478,24 +478,24 @@ assemble { ways to use install.

-

Bulk install

+

Bulk install

-

- The simplest way to install is either not specify anything in the install directive or an optional - target string, which specifies the target directory ("libs" by default): +

+The simplest way to install is either not specify anything in the install directive or an optional + target string, which specifies the target directory ("libs" by default):

     install {
         target = "libs"
     }
 
-

- With this approach, everything that was generated in kobaltBuild/libs gets copied to this - target directory. -

-

Fine grained install

+

+ With this approach, everything that was generated in kobaltBuild/libs gets copied to this + target directory. +

+

Fine grained install

You can also be more selective in what you install with either the copy directive to copy individual files or with include, which lets you specify more sophisticated ways of moving @@ -508,14 +508,14 @@ assemble { } -

-

Note

- These two approaches are mutually exclusive: if you choose the fine grained approach, you will have to - perform the installation of all the artifacts yourself and the target approach will - be ignored. -
+
+

Note

+ These two approaches are mutually exclusive: if you choose the fine grained approach, you will have to + perform the installation of all the artifacts yourself and the target approach will + be ignored. +
-

+

You might find the directive collect() useful when installing: this function is invoked on a list of dependencies and returns a list of jar files that represent the transitive closure of the dependencies: