Skip to content

Commit 5df6204

Browse files
committed
Ignore warning about differing maven-release-plugin versions.
1 parent 4cdd220 commit 5df6204

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-release-plugin</artifactId>
160-
<version>2.4</version>
160+
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
161+
<!-- m2e complains about a different plugin version
162+
being specified in the parent pom. However,
163+
this is not actually problem for maven. So,
164+
we can ignore the warning. -->
161165
</plugin>
162166

163167
</plugins>

0 commit comments

Comments
 (0)