SoCoMo Maven Plugin

SoCoMo is for enforcing class dependency rules as part of your build. SoCoMo is licensed under Apache 2.0 License. Contact author at socomo@gdela.pl.

Installation

1. Download and unpack socomo binary distribution:

http://gdela.pl/socomo/dist/

2. Install classycle jar into local repository:

mvn install:install-file -DgroupId=classycle -DartifactId=classycle -Dversion=1.3.3 -Dpackaging=jar -Dfile=classycle.jar -DgeneratePom=true

3. Install socomo jar into local repository:

mvn install:install-file -DpomFile=pom.xml -Dfile=socomo-maven-plugin-1.0.jar

4. Read usage instruction.