Skip to content

Commit e8afba6

Browse files
author
Frank Reno
committed
ad in jgitglow
1 parent 1fdebb5 commit e8afba6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<properties>
3838
<aws-lambda.version>1.1.0</aws-lambda.version>
3939
<commons-io.versiom>2.5</commons-io.versiom>
40+
<external.atlassian.jgitflow.version>1.0-m5.1</external.atlassian.jgitflow.version>
4041
<java.version>1.8</java.version>
4142
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
4243
<maven-license-plugin.version>1.10.b1</maven-license-plugin.version>
@@ -119,6 +120,15 @@
119120
</execution>
120121
</executions>
121122
</plugin>
123+
<plugin>
124+
<groupId>external.atlassian.jgitflow</groupId>
125+
<artifactId>jgitflow-maven-plugin</artifactId>
126+
<version>${external.atlassian.jgitflow.version}</version>
127+
<configuration>
128+
<noDeploy>true</noDeploy>
129+
<allowUntracked>true</allowUntracked>
130+
</configuration>
131+
</plugin>
122132
</plugins>
123133
</build>
124134

0 commit comments

Comments
 (0)