projects
/
hibernate-maven-plugin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9866cab
)
The signing of the artifacts ist done in the deploy-phase (was verify)
author
Kai Moritz
<kai@juplo.de>
Fri, 5 Apr 2019 14:45:30 +0000
(16:45 +0200)
committer
Kai Moritz
<kai@juplo.de>
Fri, 5 Apr 2019 15:21:08 +0000
(17:21 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
d768239
..
a81dc7b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-208,7
+208,7
@@
<executions>
<execution>
<id>sign-artifacts</id>
- <phase>
verif
y</phase>
+ <phase>
deplo
y</phase>
<goals>
<goal>sign</goal>
</goals>