Skip to content

Commit 06c6555

Browse files
committed
fix some issue
1 parent 5b5a3e7 commit 06c6555

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: dolphinscheduler-dist/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@
132132
</execution>
133133
</executions>
134134
</plugin>
135+
<plugin>
136+
<groupId>org.apache.maven.plugins</groupId>
137+
<artifactId>maven-deploy-plugin</artifactId>
138+
<configuration>
139+
<skip>true</skip>
140+
</configuration>
141+
</plugin>
142+
135143
</plugins>
136144
</build>
137145

0 commit comments

Comments
 (0)