| 
<Build><Plugins >
 <Plugin>
 <groupId>org.jarchitect.plugins</groupId>
 <artifactId>jarchitect-maven-plugin</artifactId>
 <version>1.0</version>
 <configuration>
 <outputDirectory>{jarchitect output directory PATH}</outputDirectory>
 <jarchitectpath>{jarchitect console PATH}</jarchitectpath>
 <jdprojpath>{.jdproj file PATH}</jdprojpath>
 </configuration>
 <executions>
 <execution>
 <phase>compile</phase>
 <goals>
 <goal>analyze</goal>
 </goals>
 </execution>
 </executions>
 </Plugin>
 </Plugins>
 </Build>
 |