summaryrefslogtreecommitdiffstats
path: root/scripts/dev-init.sh
blob: f5f84e4a5c4c0386e5c9808fd134a3240a871f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#!/bin/sh -x

yum install -y rpm-build\
	cmake\
	gcc\
	gcc-c++\
	selinux-policy-doc\
	java-devel\
	ldapjdk\
	apache-commons-codec\
	nspr-devel\
	nss-devel\
	openldap-devel\
	velocity\
	xalan-j2\
	xerces-j2\
	candlepin-deps\
	389-ds\
	java-1.7.0-openjdk\
	junit\
	javassist\
	jettison\
	tomcatjss\
	perl-File-Slurp\
	perl-XML-LibXML\
	perl-Crypt-SSLeay\
	eclipse\
	@development-tools\
	fedora-packager

# resteasy
yum install -y\
	apache-commons-cli\
	apache-mime4j\
	bea-stax\
	bouncycastle\
	bouncycastle-mail\
	cglib\
	codehaus-parent\
	dnsjava\
	glassfish-jaxb\
	glassfish-jaxb-api\
	google-guice\
	httpcomponents-client\
	httpcomponents-core\
	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