You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?>
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yaoquansu</groupId>
<artifactId>yaoquansu2-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>../yaoquansu2-consumer</module>
</modules>
...
<build>
<!-- To define the plugin version in your parent POM -->
<pluginManagement>
<plugins>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.21.0</version>
</plugin>
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Hi and thanks for the plugin:
gitflow-maven-plugin version is
1.21.0
I have multi module in same folder:
yaoquansu2-root
is success, but the sub moduleyaoquansu2-consumer
is SKIPPED , any ideas ?Thank you !
The text was updated successfully, but these errors were encountered: