projects
/
hibernate4-maven-plugin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b971570
)
Integration-Tests are skiped, if "maven.test.skip" is set to true
author
Kai Moritz
<kai@juplo.de>
Wed, 21 Oct 2015 10:18:29 +0000
(12:18 +0200)
committer
Kai Moritz
<kai@juplo.de>
Wed, 16 Dec 2015 11:39:02 +0000
(12:39 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
9e3c9ef
..
a0a92d9
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-302,6
+302,7
@@
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<postBuildHookScript>verify</postBuildHookScript>
<addTestClassPath>true</addTestClassPath>
+ <skipInvocation>${maven.test.skip}</skipInvocation>
</configuration>
<executions>
<execution>