File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <hibernate .version>5.2.10.Final</hibernate .version>
3535 </properties >
3636
37- <prerequisites >
38- <maven >3.0</maven >
39- </prerequisites >
40-
4137 <dependencyManagement >
4238 <dependencies >
4339 <dependency >
142138 </dependencyManagement >
143139
144140 <build >
141+ <defaultGoal >clean package</defaultGoal >
142+
143+ <plugins >
144+ <plugin >
145+ <groupId >org.apache.maven.plugins</groupId >
146+ <artifactId >maven-enforcer-plugin</artifactId >
147+ <version >1.4.1</version >
148+ <executions >
149+ <execution >
150+ <id >enforce-maven</id >
151+ <goals >
152+ <goal >enforce</goal >
153+ </goals >
154+ <configuration >
155+ <rules >
156+ <requireMavenVersion >
157+ <version >3.0</version >
158+ </requireMavenVersion >
159+ </rules >
160+ </configuration >
161+ </execution >
162+ </executions >
163+ </plugin >
164+ </plugins >
165+
145166 <pluginManagement >
146167 <plugins >
147168 <plugin >
You can’t perform that action at this time.
0 commit comments