forked from joinfaces/joinfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
35 lines (33 loc) · 1.63 KB
/
settings.gradle
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
rootProject.name = 'joinfaces'
include ':joinfaces-tools:joinfaces-scan-tools'
include ':joinfaces-tools:joinfaces-gradle-plugin'
include ':joinfaces-tools:joinfaces-maven-plugin'
include ':joinfaces-test'
include ':joinfaces-security-taglib'
include ':joinfaces-autoconfigure'
include ':joinfaces-starters:tomcat-spring-boot-starter'
include ':joinfaces-starters:jetty-spring-boot-starter'
include ':joinfaces-starters:undertow-spring-boot-starter'
include ':joinfaces-starters:mojarra-spring-boot-starter'
include ':joinfaces-starters:myfaces-spring-boot-starter'
include ':joinfaces-starters:omnifaces1-spring-boot-starter'
include ':joinfaces-starters:omnifaces3-spring-boot-starter'
include ':joinfaces-starters:jsf-spring-boot-starter'
include ':joinfaces-starters:security-spring-boot-starter'
include ':joinfaces-starters:primefaces-spring-boot-starter'
include ':joinfaces-starters:bootsfaces-spring-boot-starter'
include ':joinfaces-starters:butterfaces-spring-boot-starter'
include ':joinfaces-starters:angularfaces-spring-boot-starter'
include ':joinfaces-starters:richfaces-spring-boot-starter'
include ':joinfaces-starters:weld-spring-boot-starter'
include ':joinfaces-starters:rewrite-spring-boot-starter'
include ':joinfaces-starters:adminfaces-spring-boot-starter'
include ':joinfaces-starters:icefaces-spring-boot-starter'
include ':joinfaces-starters:tobago-spring-boot-starter'
include ':joinfaces-starters'
include ':test-projects:tomcat-mojarra'
include ':test-projects:tomcat-myfaces'
include ':test-projects:jetty-mojarra'
include ':test-projects:jetty-myfaces'
include ':test-projects:undertow-mojarra'
include ':test-projects:undertow-myfaces'