summaryrefslogtreecommitdiff
path: root/eaaf_modules/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-06-26 11:03:48 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-06-26 11:03:48 +0200
commitbee5dd259a4438d45ecd1bcc26dfba12875236d6 (patch)
treefe1cf7a35cd15dee5fb3c05de0341aa63bf743e0 /eaaf_modules/pom.xml
downloadEAAF-Components-bee5dd259a4438d45ecd1bcc26dfba12875236d6.tar.gz
EAAF-Components-bee5dd259a4438d45ecd1bcc26dfba12875236d6.tar.bz2
EAAF-Components-bee5dd259a4438d45ecd1bcc26dfba12875236d6.zip
initial commit
Diffstat (limited to 'eaaf_modules/pom.xml')
-rw-r--r--eaaf_modules/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/eaaf_modules/pom.xml b/eaaf_modules/pom.xml
new file mode 100644
index 00000000..68bc60aa
--- /dev/null
+++ b/eaaf_modules/pom.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>eaaf</artifactId>
+ <version>1.x</version>
+ </parent>
+
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_modules</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Modules for EAAF components</name>
+
+ <modules>
+ <!--module>authmodule-eIDAS-v2</module-->
+ <module>eaaf_module_pvp2_core</module>
+ <module>eaaf_module_pvp2_idp</module>
+ <module>eaaf_module_pvp2_sp</module>
+ </modules>
+
+</project> \ No newline at end of file