qulice-xml

Quality control library, integrating together other static analysis and validation tools and instruments.

License

License

BSD
GroupId

GroupId

com.qulice
ArtifactId

ArtifactId

qulice-xml
Last Version

Last Version

0.17.1
Release Date

Release Date

Type

Type

jar
Description

Description

qulice-xml
Quality control library, integrating together other static analysis and validation tools and instruments.
Project URL

Project URL

http://www.qulice.com/qulice-xml
Project Organization

Project Organization

Qulice.com

Download qulice-xml

How to add to project

<!-- https://jarcasting.com/artifacts/com.qulice/qulice-xml/ -->
<dependency>
    <groupId>com.qulice</groupId>
    <artifactId>qulice-xml</artifactId>
    <version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.qulice/qulice-xml/
implementation 'com.qulice:qulice-xml:0.17.1'
// https://jarcasting.com/artifacts/com.qulice/qulice-xml/
implementation ("com.qulice:qulice-xml:0.17.1")
'com.qulice:qulice-xml:jar:0.17.1'
<dependency org="com.qulice" name="qulice-xml" rev="0.17.1">
  <artifact name="qulice-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qulice', module='qulice-xml', version='0.17.1')
)
libraryDependencies += "com.qulice" % "qulice-xml" % "0.17.1"
[com.qulice/qulice-xml "0.17.1"]

Dependencies

compile (6)

Group / Artifact Type Version
com.qulice : qulice-spi jar 0.17.1
com.jcabi : jcabi-log jar 0.17
com.jcabi : jcabi-xml jar 0.17.1
org.apache.commons : commons-lang3 jar 3.4
com.googlecode.java-diff-utils : diffutils jar 1.2.1
commons-io : commons-io jar 2.4

runtime (1)

Group / Artifact Type Version
com.jcabi : jcabi-aspects jar 0.21.1

test (1)

Group / Artifact Type Version
com.google.guava : guava jar 19.0

Project Modules

There are no modules declared in this project.

Donate via Zerocracy

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Build status Maven Central codebeat badge

Hits-of-Code License

Qulice is a static analysis quality control instrument for Java projects. It combines all the best static analysis instruments and pre-configure them, including Checkstyle and PMD. You don't need to use and configure them individually any more.

Read more at www.qulice.com.

Also, read this blog post first: Strict Control of Java Code Quality.

Just add this plugin to your pom.xml:

<build>
  <plugins>
    <plugin>
      <groupId>com.qulice</groupId>
      <artifactId>qulice-maven-plugin</artifactId>
      <configuration>
        <license>file:${basedir}/LICENSE.txt</license>
      </configuration>
      <executions>
        <execution>
          <goals>
            <goal>check</goal>
          </goals>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>

and make sure you have the JDK binaries (including the Java compiler javac) accessible from your PATH environment variable (e.g. if you have JDK 1.8.0 installed in Windows your PATH should contain something like C:\Program Files\Java\jdk1.8.0\bin).

Also remember that we support Maven version >= 3.1.0.

The path to license has to be declared in the following format: file:${basedir}/LICENSE.txt, it's the default value, one can use any full path instead of ${basedir}.

Read this short summary of typical mistakes you may encounter in your project. Qulice can't catch them, that's why this wiki page...

Proxy

In order to download schemas required for XML validation you might need proxy setup. Maven proxy is not supported, but standard JVM proxy works fine. To use it just add -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT to your MAVEN_OPTS environment variable or to Maven command, e.g. mvn clean verify -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

mvn clean install -Pqulice

Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

com.qulice

teamed.io

Versions

Version
0.17.1
0.17
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15
0.14.2
0.14.1
0.14
0.13.3
0.13.2
0.13.1
0.13
0.12.2
0.12.1
0.12
0.11
0.10
0.9
0.8.2
0.8.1
0.8
0.7
0.6
0.5.1
0.5
0.4.1
0.4
0.3.2
0.3.1
0.3
0.2.3
0.2.2
0.2.1
0.2
0.1.10
0.1.9
0.1.8
0.1.7