diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:13:27 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:13:27 +0200 |
commit | 19b9d8fe9f6421a64cef1e3da8ac72b0cea24ca2 (patch) | |
tree | cbbe435a74c080149f7f988c74fe805edf6726b2 /repository/eu/eidas/eidas-light-commons | |
parent | 220bf158e72e0890219597e079af8d6e9c09c317 (diff) | |
download | moa-id-spss-19b9d8fe9f6421a64cef1e3da8ac72b0cea24ca2.tar.gz moa-id-spss-19b9d8fe9f6421a64cef1e3da8ac72b0cea24ca2.tar.bz2 moa-id-spss-19b9d8fe9f6421a64cef1e3da8ac72b0cea24ca2.zip |
add poms into local repo
Diffstat (limited to 'repository/eu/eidas/eidas-light-commons')
-rw-r--r-- | repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom b/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom new file mode 100644 index 000000000..0483b877c --- /dev/null +++ b/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom @@ -0,0 +1,55 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>eidas-light-commons</artifactId> + <packaging>${mod.packaging.type}</packaging> + <name>eIDAS Light Commons</name> + <description> + The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. + </description> + <parent> + <groupId>eu.eidas</groupId> + <artifactId>eidas-parent</artifactId> + <version>1.4.3</version> + <relativePath>../EIDAS-Parent/pom.xml</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </dependency> + <dependency> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j</artifactId> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + </plugin> + </plugins> + </build> + <profiles> + <profile> + <id>metrics</id> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + </plugins> + </build> + </profile> + </profiles> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> +</project> |