Code Review
/
appc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
42b0c6f
)
add property to skip karaf feature test
31/59531/2
author
Ryan Young
<ry303t@att.com>
Tue, 7 Aug 2018 22:33:24 +0000
(18:33 -0400)
committer
Patrick Brady
<pb071s@att.com>
Tue, 7 Aug 2018 22:50:16 +0000
(22:50 +0000)
SingleFeatureTest results in ClassNotFoundException: ResolutionException
(no security manage: RMI class loader disabled)
Change-Id: I58ac5947557276ccc0c7add7cb4c9394418cfa26
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-1045
appc-parent/single-feature-parent/pom.xml
patch
|
blob
|
history
diff --git
a/appc-parent/single-feature-parent/pom.xml
b/appc-parent/single-feature-parent/pom.xml
index
c504c6b
..
3927e11
100644
(file)
--- a/
appc-parent/single-feature-parent/pom.xml
+++ b/
appc-parent/single-feature-parent/pom.xml
@@
-34,4
+34,7
@@
limitations under the License.
<version>1.1.0-SNAPSHOT</version>
<relativePath />
</parent>
+ <properties>
+ <skip.karaf.featureTest>true</skip.karaf.featureTest>
+ </properties>
</project>