summaryrefslogtreecommitdiffstats
path: root/scripts/f17-setup.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
commit1dbca9a3e3434251e172ec49b2f45b04ab9420ec (patch)
tree0b3f7787c417ac5859260a7fc4c5062ec6512cae /scripts/f17-setup.sh
parent6983359fc10a33be0c393da0f43d2762d0bc8061 (diff)
downloadpki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.gz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.xz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.zip
Fixed path and dependency problems.
Diffstat (limited to 'scripts/f17-setup.sh')
-rwxr-xr-xscripts/f17-setup.sh39
1 files changed, 39 insertions, 0 deletions
diff --git a/scripts/f17-setup.sh b/scripts/f17-setup.sh
new file mode 100755
index 0000000..7a669cc
--- /dev/null
+++ b/scripts/f17-setup.sh
@@ -0,0 +1,39 @@
+#!/bin/sh -x
+
+# resteasy
+yum install -y\
+ apache-mime4j\
+ bea-stax\
+ bouncycastle\
+ bouncycastle-mail\
+ cglib\
+ codehaus-parent\
+ dnsjava\
+ glassfish-jaxb\
+ glassfish-jaxb-api\
+ google-guice\
+ httpunit\
+ jackson\
+ jboss-web\
+ jcip-annotations\
+ istack-commons\
+ scannotation\
+ snakeyaml\
+ glassfish-fi\
+ txw2\
+ jetty-version-maven-plugin\
+ maven\
+ maven-checkstyle-plugin\
+ maven-compiler-plugin\
+ maven-deploy-plugin\
+ maven-install-plugin\
+ maven-javadoc-plugin\
+ maven-jaxb2-plugin\
+ maven-plugin-cobertura\
+ maven-pmd-plugin\
+ maven-resources-plugin\
+ maven-site-plugin\
+ maven-source-plugin\
+ maven-surefire-plugin\
+ maven-surefire-report-plugin
+