Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Contents:

Table of Contents

 

Local configuration of Kiuwan Insights

Info

Kiuwan Local Analyzer (KLA) allows you to configure additional maven repositories so you can  improve the Kiuwan searching capabilities.

You can configure additional repos by editing ${KLA_INST_DIR}/conf/insight.properties file  


Local Maven Repository

In case your installation contains a local Maven repo , you can configure KLA to search for components' information also in your local repository.

...

Code Block
languagejs
#Directory where the local maven repository is.
#Example: maven.local.directory=C:/Users/user/.m2/repository
maven.local.directory=


Additional Public Maven Repositories

By default, Kiuwan search for components' information in Maven central. We will be adding some other public repositories, but you can also add repos you know are using.

...

Code Block
languagejs
#Url of public repositories (different to maven repository) for example, https://repository.jboss.org/nexus/content/repositories/public
#separated by comma.
maven.public.repositories=


Additional Private Maven Repositories

In case you are accessing private Maven repos, you can add them using below properties 

...