aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-monitoring/pom.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-02-04 15:37:10 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-02-04 15:37:10 +0100
commit74a42b6128f6f8d21a65dddb9405cd52ebbc0520 (patch)
tree05d0eb7fcdf45600810102b1204217955634d110 /id/server/modules/module-monitoring/pom.xml
parenta9dc7e094a8732f9826ab77648758dd39adc7324 (diff)
downloadmoa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.tar.gz
moa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.tar.bz2
moa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.zip
Create exemplary AuthServlet module (MOAID-68)
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.
Diffstat (limited to 'id/server/modules/module-monitoring/pom.xml')
-rw-r--r--id/server/modules/module-monitoring/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/id/server/modules/module-monitoring/pom.xml b/id/server/modules/module-monitoring/pom.xml
new file mode 100644
index 000000000..60ab6b6c0
--- /dev/null
+++ b/id/server/modules/module-monitoring/pom.xml
@@ -0,0 +1,22 @@
+<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>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-modules</artifactId>
+ <version>${moa-id-version}</version>
+ </parent>
+
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-monitoring</artifactId>
+ <version>${moa-id-version}</version>
+ <packaging>jar</packaging>
+
+ <name>MOA ID-Module Monitoring</name>
+
+ <properties>
+ <repositoryPath>${basedir}/../../../../repository</repositoryPath>
+ </properties>
+
+</project>