projects
/
javainspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0275697
)
Fix for maven-git integration issue
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Jul 2017 03:37:23 +0000
(
05:37
+0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Jul 2017 03:37:23 +0000
(
05:37
+0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4929dbe
..
0026b6e
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-59,6
+59,19
@@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-gitexe</artifactId>
+ <version>1.9.4</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
</plugins>
<extensions>