Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit 318a222

Browse files
committed
Configure jgitflow-maven-plugin
1 parent 8d0abe6 commit 318a222

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206
</configuration>
207207
</plugin>
208208

209+
<plugin>
210+
<groupId>external.atlassian.jgitflow</groupId>
211+
<artifactId>jgitflow-maven-plugin</artifactId>
212+
<version>1.0-m5.1</version>
213+
<configuration>
214+
<noDeploy>true</noDeploy>
215+
</configuration>
216+
</plugin>
217+
209218
</plugins>
210219

211220
</build>

0 commit comments

Comments
 (0)