This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch s3-poc
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git
The following commit(s) were added to refs/heads/s3-poc by this push:
new 29f90ea support aws sdk libraries with rpm generation as well
29f90ea is described below
commit 29f90ea7681419bd01fb74ebe7223be7088f9f46
Author: Oliver Szabo <[email protected]>
AuthorDate: Sun Dec 23 17:07:24 2018 +0100
support aws sdk libraries with rpm generation as well
---
ambari-infra-assembly/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ambari-infra-assembly/pom.xml b/ambari-infra-assembly/pom.xml
index 5ca4b84..8a4a6f8 100644
--- a/ambari-infra-assembly/pom.xml
+++ b/ambari-infra-assembly/pom.xml
@@ -401,6 +401,14 @@
<get src="${common-fileupload.location.url}"
dest="target/${common-fileupload.jar.name}" usetimestamp="true"/>
<move file="target/${common-fileupload.jar.name}"
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
+ <move file="target/${aws-java-sdk-core.jar.name}"
+
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
+ <move file="target/${aws-java-sdk-s3.jar.name}"
+
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
+ <move file="target/${aws-java-sdk-dynamodb.jar.name}"
+
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
+ <move file="target/${hadoop-aws.jar.name}"
+
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
<copy
file="${infra.solr.plugin.dir}/target/ambari-infra-solr-plugin-${project.version}.jar"
toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>