Skip to content

Commit cebf08a

Browse files
committed
remove maven-deploy-plugin config
1 parent 825b612 commit cebf08a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -277,19 +277,6 @@
277277
<artifactId>dependency-check-maven</artifactId>
278278
<version>${dependency-check-maven.version}</version>
279279
</plugin>
280-
<plugin>
281-
<artifactId>maven-deploy-plugin</artifactId>
282-
<version>${maven-deploy-plugin.version}</version>
283-
<executions>
284-
<execution>
285-
<id>default-deploy</id>
286-
<phase>deploy</phase>
287-
<goals>
288-
<goal>deploy</goal>
289-
</goals>
290-
</execution>
291-
</executions>
292-
</plugin>
293280
<plugin>
294281
<groupId>com.amashchenko.maven.plugin</groupId>
295282
<artifactId>gitflow-maven-plugin</artifactId>

0 commit comments

Comments
 (0)