]> jfr.im git - irc/rizon/acid.git/blob - pyva/pom.xml
Merge branch 'quotes/no-empty-quotes' into 'master'
[irc/rizon/acid.git] / pyva / pom.xml
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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>net.rizon</groupId>
7 <artifactId>acid</artifactId>
8 <version>4.0-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>acid-pyva</artifactId>
12 <packaging>pom</packaging>
13
14 <modules>
15 <!-- core module, does nothing, but is packaged with pyva-native, so that the
16 plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
17 <module>core</module>
18 <!-- Pyva interfacer -->
19 <module>pyva</module>
20 <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
21 as a dependency. -->
22 <module>libpyva</module>
23 </modules>
24 </project>