ATLAS-2374: Remove test only library from final distribution packaging
Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/bd87c3f6 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/bd87c3f6 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/bd87c3f6 Branch: refs/heads/master Commit: bd87c3f624d45e9d6d2080c28197e3e1ab9a4ebc Parents: 74d4827 Author: Sarath Subramanian <[email protected]> Authored: Wed Jan 17 21:57:37 2018 -0800 Committer: Sarath Subramanian <[email protected]> Committed: Wed Jan 17 21:57:37 2018 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/bd87c3f6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f5c042..5c4b4a7 100644 --- a/pom.xml +++ b/pom.xml @@ -658,7 +658,7 @@ <graphdb.backend.impl>org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase</graphdb.backend.impl> <graph.index.backend>solr</graph.index.backend> <tests.solr.embedded>true</tests.solr.embedded> - <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar</distro.exclude.packages> + <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar</distro.exclude.packages> </properties> </profile> @@ -678,7 +678,7 @@ <graphdb.backend.impl>org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase</graphdb.backend.impl> <graph.index.backend>solr</graph.index.backend> <tests.solr.embedded>true</tests.solr.embedded> - <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar</distro.exclude.packages> + <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar</distro.exclude.packages> </properties> </profile>
