File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <plugin .class>edu.kit.travart.dopler.plugin.DoplerPlugin</plugin .class>
2121 <plugin .version>2.0</plugin .version>
2222 <plugin .provider>CPS</plugin .provider>
23+ <checkstyle-maven-plugin .version>3.6.0</checkstyle-maven-plugin .version>
2324 <plugin .dependencies/>
2425 </properties >
2526
103104 <skip >true</skip >
104105 </configuration >
105106 </plugin >
107+ <plugin >
108+ <groupId >org.apache.maven.plugins</groupId >
109+ <artifactId >maven-checkstyle-plugin</artifactId >
110+ <version >${checkstyle-maven-plugin.version} </version >
111+ <configuration >
112+ <configLocation >${project.basedir} /checkstyle.xml</configLocation >
113+ </configuration >
114+ <executions >
115+ <execution >
116+ <goals >
117+ <goal >check</goal >
118+ </goals >
119+ </execution >
120+ </executions >
121+ </plugin >
106122 <plugin >
107123 <groupId >org.apache.maven.plugins</groupId >
108124 <artifactId >maven-assembly-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments