aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2022-03-08 19:06:10 +0100
committerThomas <>2022-03-08 19:06:10 +0100
commit7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 (patch)
tree6e4ec82475f4f30275d3e0a0305ad3c2d340e0d3 /pom.xml
parent300bd1b44f521a2b33c259be1f8d21eba58c1a31 (diff)
downloadNational_eIDAS_Gateway-7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921.tar.gz
National_eIDAS_Gateway-7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921.tar.bz2
National_eIDAS_Gateway-7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921.zip
refactor(core): move all project libs into sub-project 'modules'
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 9cbaf234..50c6a2b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,12 +118,10 @@
</profile>
</profiles>
- <modules>
- <module>core_common_lib</module>
+ <modules>
<module>connector</module>
- <module>eidas_modules</module>
- <module>build_reporting</module>
- <module>core_common_webapp</module>
+ <module>modules</module>
+ <module>build_reporting</module>
</modules>
<dependencyManagement>