Skip to main content

Quick Start

This guide will help you install and run Pattern Patrol in just a few steps.

Installation

Pattern Patrol can be installed using different package managers and build tools. Choose the method that fits your setup:

# Add to your pom.xml
<build>
<plugins>
<plugin>
<groupId>com.patternpatrol</groupId>
<artifactId>pattern-patrol-plugin</artifactId>
<version>1.0.0</version>
</plugin>
</plugins>
</build>

Running Pattern Patrol

After installation, you can run Pattern Patrol using the following commands:

mvn clean install

This will analyze your project and report any architectural violations.

For more advanced installation options, check out the language specific section.