File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <parent >
111112 </includes >
112113 </configuration >
113114 </plugin >
115+ <plugin >
116+ <artifactId >maven-enforcer-plugin</artifactId >
117+ <version >1.2</version >
118+ <dependencies >
119+ <dependency >
120+ <groupId >de.andrena.tools.nopackagecycles</groupId >
121+ <artifactId >no-package-cycles-enforcer-rule</artifactId >
122+ <version >1.0.3</version >
123+ </dependency >
124+ </dependencies >
125+ <executions >
126+ <execution >
127+ <id >enforce-no-package-cycles</id >
128+ <goals >
129+ <goal >enforce</goal >
130+ </goals >
131+ <phase >compile</phase >
132+ <configuration >
133+ <rules >
134+ <NoPackageCyclesRule
135+ implementation=" de.andrena.tools.nopackagecycles.NoPackageCyclesRule" />
136+ </rules >
137+ </configuration >
138+ </execution >
139+ </executions >
140+ </plugin >
114141 </plugins >
115142 </build >
116143
You can’t perform that action at this time.
0 commit comments