MVN

com.societegenerale.commons : arch-unit-maven-plugin

Maven & Gradle

Oct 13, 2022
105 stars

ArchUnit Maven plugin · An easy way to distribute ArchUnit rules across projects

<plugin>
    <groupId>com.societegenerale.commons</groupId>
    <artifactId>arch-unit-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.societegenerale.commons : arch-unit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.societegenerale.commons : arch-unit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
arch-unit-maven-plugin-3.0.0
2.9.x
arch-unit-maven-plugin-2.9.3
arch-unit-maven-plugin-2.9.2
arch-unit-maven-plugin-2.9.1
2.8.x
arch-unit-maven-plugin-2.8.0
2.7.x
arch-unit-maven-plugin-2.7.3
arch-unit-maven-plugin-2.7.2
arch-unit-maven-plugin-2.7.1
arch-unit-maven-plugin-2.7.0
2.6.x
arch-unit-maven-plugin-2.6.2
arch-unit-maven-plugin-2.6.1
arch-unit-maven-plugin-2.6.0
2.4.x
arch-unit-maven-plugin-2.4.0
2.3.x
arch-unit-maven-plugin-2.3.0
2.2.x
arch-unit-maven-plugin-2.2.0
2.1.x
arch-unit-maven-plugin-2.1.0
2.0.x
arch-unit-maven-plugin-2.0.0
1.0.x
arch-unit-maven-plugin-1.0.2
arch-unit-maven-plugin-1.0.1
arch-unit-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.societegenerale.commons</groupId>
    <artifactId>arch-unit-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>