We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad8e69 commit b20198bCopy full SHA for b20198b
pom.xml
@@ -16,8 +16,8 @@
16
17
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
18
<description>
19
- Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
20
- </description>
+ Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
+ </description>
21
<url>http://www.blog.project13.pl</url>
22
23
<modules>
@@ -50,6 +50,15 @@
50
</dependencies>
51
52
<build>
53
+ <pluginManagement>
54
+ <plugins>
55
+ <plugin>
56
+ <groupId>org.apache.maven.plugins</groupId>
57
+ <artifactId>maven-release-plugin</artifactId>
58
+ <version>2.5.3</version>
59
+ </plugin>
60
+ </plugins>
61
+ </pluginManagement>
62
<plugins>
63
<!-- Setting built-in java compiler properties -->
64
<plugin>
0 commit comments