All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.maven_lint_init.xml Maven / Gradle / Ivy

Go to download

Generates a report of suspicious/inconsistent POM elements, and optionally fails the build if violations are found.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
  xmlns:context="http://www.springframework.org/schema/context"
  xsi:schemaLocation="http://www.springframework.org/schema/beans
    http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-3.0.xsd">

  <context:annotation-config />

  <bean id="ReflectionUtil" class="com.lewisd.maven.lint.util.ReflectionUtil" />
  <bean id="ModelUtil" class="com.lewisd.maven.lint.util.ModelUtil" />
  <bean id="ExpressionEvaluator" class="com.lewisd.maven.lint.util.ExpressionEvaluator" />
  
  <bean id="ModelFactory" class="com.lewisd.maven.lint.CachingModelFactory" />
  
  <bean id="ResultCollector" class="com.lewisd.maven.lint.ResultCollectorImpl" />
  
  <bean id="xmlResultWriter" class="com.lewisd.maven.lint.report.xml.XmlResultWriter" />
  <bean id="htmlResultWriter" class="com.lewisd.maven.lint.report.html.HtmlResultWriter" />
  <bean id="summaryResultWriter" class="com.lewisd.maven.lint.report.summary.SummaryReportWriter" />
  
  <bean id="ViolationSuppressor" class="com.lewisd.maven.lint.ViolationSuppressorImpl" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy