projects
/
meviz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1308063
)
fix form maven-git integration problem
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Jul 2017 03:18:11 +0000
(
05:18
+0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Jul 2017 03:18:11 +0000
(
05:18
+0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4946bde
..
1b42d88
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-103,6
+103,20
@@
</execution>
</executions>
</plugin>
</execution>
</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>
</plugins>
<extensions>