Skip to content
Snippets Groups Projects
Commit d3065baa authored by Simon Spinner's avatar Simon Spinner
Browse files

Configure separate build.

parent a81e5370
No related branches found
No related tags found
No related merge requests found
pom.xml 0 → 100644
<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>
<groupId>tools.descartes.prisma.agent.wildfly</groupId>
<artifactId>tools.descartes.prisma.agent.wildfly-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<organization>
<url>https://se3.informatik.uni-wuerzburg.de/descartes/prisma-wildfly.git</url>
<name>University of Wuerzburg</name>
</organization>
<repositories>
<repository>
<id>se-uw-nexus</id>
<name>Public Repositories</name>
<url>https://se4.informatik.uni-wuerzburg.de/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>se-uw-nexus</id>
<name>Releases</name>
<url>https://se4.informatik.uni-wuerzburg.de/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>se-uw-nexus</id>
<name>Snapshots</name>
<url>https://se4.informatik.uni-wuerzburg.de/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>tools.descartes.prisma.agent.wildfly</module>
</modules>
</project>
\ No newline at end of file
......@@ -7,10 +7,9 @@
<packaging>jar</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<groupId>tools.descartes.prisma.agent.wildfly</groupId>
<artifactId>tools.descartes.prisma.agent.wildfly-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
<properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment