<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-jaxb_classes</artifactId> <profiles> <profile> <id>default</id> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>local</id> <name>local</name> <url>file:${basedir}/../../../repository</url> </repository> <repository> <id>shibboleth.internet2.edu</id> <name>Internet2</name> <url>https://build.shibboleth.net/nexus/content/groups/public/</url> </repository> <repository> <id>hyberjaxb</id> <url>http://repository.highsource.org/maven2/releases/</url> <releases> <enabled>false</enabled> </releases> </repository> <repository> <id>jboss</id> <url>https://repository.jboss.org/nexus/content/repositories/central/</url> <releases> <enabled>true</enabled> </releases> </repository> <repository> <id>egiz-commons</id> <url>https://demo.egiz.gv.at/int-repo/</url> <releases> <enabled>true</enabled> </releases> </repository> </repositories> </profile> </profiles> <version>${moa-id-version}</version> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </build> </project>