File tree 1 file changed +25
-4
lines changed
1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 34
34
<hibernate .version>5.2.10.Final</hibernate .version>
35
35
</properties >
36
36
37
- <prerequisites >
38
- <maven >3.0</maven >
39
- </prerequisites >
40
-
41
37
<dependencyManagement >
42
38
<dependencies >
43
39
<dependency >
142
138
</dependencyManagement >
143
139
144
140
<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
+
145
166
<pluginManagement >
146
167
<plugins >
147
168
<plugin >
You can’t perform that action at this time.
0 commit comments