Skip to content
Snippets Groups Projects
pom.xml 1.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • Ubbo Veentjer's avatar
    Ubbo Veentjer committed
    <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>
    	<groupId>info.textgrid.middleware</groupId>
    	<artifactId>tgauth</artifactId>
    	<version>1.0-SNAPSHOT</version>
    	<name>TextGrid :: TGAuth</name>
    	<packaging>pom</packaging>
    
    
    Thorsten Vitt's avatar
    Thorsten Vitt committed
    	<repositories>
                    <repository>
                            <id>nexus.dariah</id>
                            <name>DARIAH Nexus Public Repository</name>
                            <url>http://dev.dariah.eu/nexus/content/groups/public</url>
                            <releases>
                                    <enabled>true</enabled>
                            </releases>
                            <snapshots>
                                    <enabled>true</enabled>
                            </snapshots>
                    </repository>
    	</repositories>
    
    
    Ubbo Veentjer's avatar
    Ubbo Veentjer committed
    	<modules>
    		<module>info.textgrid.middleware.tgauth.tgextra-client</module>
    	</modules>
    
    </project>