This repository was archived by the owner on Sep 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 <target >${jdkVersion} </target >
9292 </configuration >
9393 </plugin >
94+ <plugin >
95+ <groupId >org.apache.maven.plugins</groupId >
96+ <artifactId >maven-checkstyle-plugin</artifactId >
97+ <version >3.0.0</version >
98+ <executions >
99+ <execution >
100+ <id >check_style</id >
101+ <goals >
102+ <goal >check</goal >
103+ </goals >
104+ <phase >validate</phase >
105+ <configuration >
106+ <configLocation >checkstyle-config/check_style.xml</configLocation >
107+ </configuration >
108+ </execution >
109+ </executions >
110+ <configuration >
111+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
112+ </configuration >
113+ </plugin >
94114 </plugins >
115+ <pluginManagement >
116+ <plugins >
117+ <!-- This plugin's configuration is used to store Eclipse m2e settings
118+ only. It has no influence on the Maven build itself. -->
119+ <plugin >
120+ <groupId >org.eclipse.m2e</groupId >
121+ <artifactId >lifecycle-mapping</artifactId >
122+ <version >1.0.0</version >
123+ <configuration >
124+ <lifecycleMappingMetadata >
125+ <pluginExecutions >
126+ <pluginExecution >
127+ <pluginExecutionFilter >
128+ <groupId >org.jacoco</groupId >
129+ <artifactId >
130+ jacoco-maven-plugin
131+ </artifactId >
132+ <versionRange >
133+ [0.7.0.201403182114,)
134+ </versionRange >
135+ <goals >
136+ <goal >prepare-agent</goal >
137+ </goals >
138+ </pluginExecutionFilter >
139+ <action >
140+ <ignore ></ignore >
141+ </action >
142+ </pluginExecution >
143+ <pluginExecution >
144+ <pluginExecutionFilter >
145+ <groupId >
146+ org.apache.maven.plugins
147+ </groupId >
148+ <artifactId >
149+ maven-checkstyle-plugin
150+ </artifactId >
151+ <versionRange >
152+ [3.0.0,)
153+ </versionRange >
154+ <goals >
155+ <goal >check</goal >
156+ </goals >
157+ </pluginExecutionFilter >
158+ <action >
159+ <ignore ></ignore >
160+ </action >
161+ </pluginExecution >
162+ </pluginExecutions >
163+ </lifecycleMappingMetadata >
164+ </configuration >
165+ </plugin >
166+ </plugins >
167+ </pluginManagement >
95168 </build >
96169
97170 <!-- Additional repositories -->
You can’t perform that action at this time.
0 commit comments