@@ -32,21 +32,28 @@ The sources are now directly availble in [aries github](https://github.com/apach
32
32
33
33
Some of the subprojects have their own git repos:
34
34
35
- | Subproject |
36
- | ---------- |
37
- | [ Aries CDI] ( https://github.com/apache/aries-cdi ) |
38
- | [ Aries Component DSL] ( https://github.com/apache/aries-component-dsl ) |
39
- | [ Aries Containers] ( https://github.com/apache/aries-containers ) |
35
+ | Subproject |
36
+ | ----------------------------------------------------------------------------- |
37
+ | [ Aries CDI] ( https://github.com/apache/aries-cdi ) |
38
+ | [ Aries Component DSL] ( https://github.com/apache/aries-component-dsl ) |
39
+ | [ Aries Containers] ( https://github.com/apache/aries-containers ) |
40
40
| [ Aries JAX-RS whiteboard] ( https://github.com/apache/aries-jax-rs-whiteboard ) |
41
- | [ Aries JPA] ( https://github.com/apache/aries-jpa ) |
42
- | [ Aries RSA] ( https://github.com/apache/aries-rsa ) |
43
- | [ Aries Transaction Control] ( https://github.com/apache/aries-tx-control ) |
41
+ | [ Aries JPA] ( https://github.com/apache/aries-jpa ) |
42
+ | [ Aries RSA] ( https://github.com/apache/aries-rsa ) |
43
+ | [ Aries Transaction Control] ( https://github.com/apache/aries-tx-control ) |
44
+ | [ Aries Typed Event] ( https://github.com/apache/aries-typedevent ) |
44
45
45
46
## Build
46
47
47
48
Most projects can be built using
48
49
49
50
mvn clean install
50
51
51
- As the Aries svn hosts a lot of different subprojects it makes sense to only
52
+ As the Aries main repository hosts a lot of different subprojects it makes sense to only
52
53
build the specific subproject.
54
+
55
+ ## Submodule dependencies visualization
56
+
57
+ 1 . Install graphviz (` dot ` program is necessary)
58
+ 2 . Run script ` ./createDependencyGraph.sh SUBMODULE `
59
+ 3 . Graph of dependencies will be generated in ` target ` directory
0 commit comments