Difference between revisions of "Underlying Globalyzer Lite Technology"

From Lingoport Wiki
Jump to: navigation, search
(Created page with "== How do I use the Maven Plugin?== Please see [https://wiki.lingoport.com/MVN_Plugin Maven Plugin] page for information about installing, configuring and debugging Maven iss...")
 
(How do I use the Maven Plugin?)
 
Line 1: Line 1:
 
== How do I use the Maven Plugin?==
 
== How do I use the Maven Plugin?==
   
  +
When using a MVN project, you can add code scanning with Globalyzer using our MVN plugin. It is well suited for use within automation routines and Continuous Integration (CI) systems as well as within a typical developer environment, for instance within Integrated Development Environments (IDEs).
  +
  +
The Globalyzer MVN plugin generates scan reports to a directory specified in the pom.xml file. Scan reports are available in a variety of formats. We ask our MVN customers to install the MVN plugin in a private MVN repository for that company.
 
Please see [https://wiki.lingoport.com/MVN_Plugin Maven Plugin] page for information about installing, configuring and debugging Maven issues.
 
Please see [https://wiki.lingoport.com/MVN_Plugin Maven Plugin] page for information about installing, configuring and debugging Maven issues.

Latest revision as of 16:12, 13 June 2019

How do I use the Maven Plugin?

When using a MVN project, you can add code scanning with Globalyzer using our MVN plugin. It is well suited for use within automation routines and Continuous Integration (CI) systems as well as within a typical developer environment, for instance within Integrated Development Environments (IDEs).

The Globalyzer MVN plugin generates scan reports to a directory specified in the pom.xml file. Scan reports are available in a variety of formats. We ask our MVN customers to install the MVN plugin in a private MVN repository for that company. Please see Maven Plugin page for information about installing, configuring and debugging Maven issues.