]> jfr.im git - irc/rizon/acid.git/blame - pyva/pom.xml
Fix NPE when AcidUser.client is NULL
[irc/rizon/acid.git] / pyva / pom.xml
CommitLineData
26176da9
A
1<?xml version="1.0" encoding="UTF-8"?>
2<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">
685e346e 3 <modelVersion>4.0.0</modelVersion>
26176da9 4
685e346e
A
5 <parent>
6 <groupId>net.rizon</groupId>
26176da9 7 <artifactId>acid</artifactId>
685e346e
A
8 <version>4.0-SNAPSHOT</version>
9 </parent>
10
11 <groupId>net.rizon</groupId>
26176da9 12 <artifactId>acid-pyva</artifactId>
685e346e 13 <version>4.0-SNAPSHOT</version>
26176da9
A
14 <packaging>pom</packaging>
15
16 <modules>
17 <!-- core module, does nothing, but is packaged with pyva-native, so that the
18 plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
19 <module>core</module>
20 <!-- Pyva interfacer -->
21 <module>pyva</module>
22 <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
23 as a dependency. -->
24 <module>pyva-native</module>
25 </modules>
685e346e 26</project>