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: