File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments