|
@@ -414,8 +414,8 @@ public class EncryptExecutor {
|
|
|
/**
|
|
/**
|
|
|
* 清除META-INF/maven下pom.xml中关于class-winter-plugin的相关信息
|
|
* 清除META-INF/maven下pom.xml中关于class-winter-plugin的相关信息
|
|
|
*
|
|
*
|
|
|
- * <p>
|
|
|
|
|
- *
|
|
|
|
|
|
|
+ * <pre>
|
|
|
|
|
+ * {@code
|
|
|
* <?xml version="1.0" encoding="UTF-8"?>
|
|
* <?xml version="1.0" encoding="UTF-8"?>
|
|
|
* <project ...>
|
|
* <project ...>
|
|
|
* ......
|
|
* ......
|
|
@@ -432,6 +432,8 @@ public class EncryptExecutor {
|
|
|
* </build>
|
|
* </build>
|
|
|
*
|
|
*
|
|
|
* </project>
|
|
* </project>
|
|
|
|
|
+ * }
|
|
|
|
|
+ * </pre>
|
|
|
*/
|
|
*/
|
|
|
private void clearWinterPluginInfo() {
|
|
private void clearWinterPluginInfo() {
|
|
|
// 只有调用者是插件时,才去清除pom.xml中的class_winter-plugin插件信息
|
|
// 只有调用者是插件时,才去清除pom.xml中的class_winter-plugin插件信息
|