Files
abstracto-templates/translations/pom.xml
Sheldan 48bc33860d added templates required by assignable role places
changed the way how exceptions are templated
fixed generic exception template to handle text which might break the syntax
2020-08-12 21:33:21 +02:00

27 lines
909 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>dev.sheldan.abstracto-templates</groupId>
<artifactId>templates</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
<artifactId>translations</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>core</module>
<module>experience-tracking</module>
<module>moderation</module>
<module>modmail</module>
<module>utility</module>
<module>assignable-roles</module>
</modules>
</project>