summaryrefslogtreecommitdiffstats
path: root/scripts/f17-setup.sh
diff options
context:
space:
mode:
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
+