We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01cf0 commit e55eac0Copy full SHA for e55eac0
1 file changed
pom.xml
@@ -209,6 +209,16 @@
209
<filtering>true</filtering>
210
</resource>
211
</resources>
212
+ <plugins>
213
+ <plugin>
214
+ <groupId>org.codehaus.mojo</groupId>
215
+ <artifactId>versions-maven-plugin</artifactId>
216
+ <version>2.5</version>
217
+ <configuration>
218
+ <generateBackupPoms>false</generateBackupPoms>
219
+ </configuration>
220
+ </plugin>
221
+ </plugins>
222
</build>
223
<!--多环境打包-->
224
<profiles>
0 commit comments