diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 09:14:38 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 09:14:38 +0100 |
commit | f66ed1831a4877d6c7cb3c55bbc3fd84024a1523 (patch) | |
tree | 0df50de55d7b8a82551742673c9c7e3378b3f042 /id/server/moa-id-frontend-resources/pom.xml | |
parent | 6e57e33b0d06dd59124cd61dc2f78e3545642074 (diff) | |
download | moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.gz moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.bz2 moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.zip |
move main frontend GUI to seperate package
Diffstat (limited to 'id/server/moa-id-frontend-resources/pom.xml')
-rw-r--r-- | id/server/moa-id-frontend-resources/pom.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/id/server/moa-id-frontend-resources/pom.xml b/id/server/moa-id-frontend-resources/pom.xml new file mode 100644 index 000000000..4107e98e3 --- /dev/null +++ b/id/server/moa-id-frontend-resources/pom.xml @@ -0,0 +1,45 @@ +<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</groupId> + <artifactId>moa-id</artifactId> + <version>3.x</version> + </parent> + + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-frontend-resources</artifactId> + <version>${moa-id-version}</version> + <packaging>jar</packaging> + + <name>MOA-ID-Auth FrontEnd-Resources</name> + <description>Static FrontEnd resources for MOA-ID-Auth </description> + <organization> + <name>EGIZ</name> + <url>https://www.egiz.gv.at</url> + </organization> + <developers> + <developer> + <name>Thomas Lenz</name> + <organization>EGIZ</organization> + <email>thomas.lenz@egiz.gv.at</email> + </developer> + </developers> + + <properties> + <repositoryPath>${basedir}/../../../../repository</repositoryPath> + </properties> + + <dependencies> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-webmvc</artifactId> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + +</project>
\ No newline at end of file |