Getting error in my project even comment out Maven plugin, still facing same issue
<!--<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<configuration>
<pushReleases>true</pushReleases>
<pushFeatures>true</pushFeatures>
<allowSnapshots>true</allowSnapshots>
</configuration>
<dependencies>
<!– required for proper handling of symlinks by jgitflow. Requirements: POSIX and Java7 –>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.java7</artifactId>
<!– the same as the one inside jgitflow's dependencies –>
<version>3.7.1.201504261725-r</version>
</dependency>
</dependencies>
</plugin>-->