From 2805495cbbdd999e0a887156e15540ce3740fb1e Mon Sep 17 00:00:00 2001
From: wang1 <844966816@qq.com>
Date: 星期四, 31 八月 2023 18:05:43 +0800
Subject: [PATCH] mdm流程,添加流转条件为空的验证
---
Source/UBCS/ubcs-codeApply/pom.xml | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/Source/UBCS/ubcs-codeApply/pom.xml b/Source/UBCS/ubcs-codeApply/pom.xml
index 9fccdc6..28cb216 100644
--- a/Source/UBCS/ubcs-codeApply/pom.xml
+++ b/Source/UBCS/ubcs-codeApply/pom.xml
@@ -66,30 +66,4 @@
<url>http://nexus.vci-tech.com:9000/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
-
- <build>
- <plugins>
- <plugin>
- <groupId>com.spotify</groupId>
- <artifactId>dockerfile-maven-plugin</artifactId>
- <configuration>
- <username>${docker.username}</username>
- <password>${docker.password}</password>
- <repository>${docker.registry.url}/${docker.namespace}/${project.artifactId}</repository>
- <tag>${project.version}</tag>
- <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
- <buildArgs>
- <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
- </buildArgs>
- <skip>false</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
-
</project>
--
Gitblit v1.9.3