Versions Compared

Key

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

...

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.

...

Additional Private Maven Repositories

You can add additional In case you are accessing private Maven repos, you can do it by adding those repos to below properties : maven.public.repositoriesLuego tienes estas otras propiedades
#Remote repositories data.
#If you need add other remote repositories you can add new properties
#with next number at the end of word repository (repository2, add them using below properties 

Code Block
languagejs
#Remote repositories data.
#If you need add other remote repositories you can add new properties 
#with next number at the end of word repository (repository2, repository3,...)

...


maven.private.repository1.url=

...


maven.private.repository1.user=

...


maven.private.repository1.password=

...


maven.private.repository1.privateKeyFile=

...


maven.private.repository1.passphrase=

...


maven.private.repository1.useProxy=

...

 

felix.carnicero [9:08 AM]
Una cosilla si el repo privado no tiene usuario/password por ejemplo se dejan vacíos y listo

 

juancarlos.castromil [9:32 AM]
OK gracias