]> jfr.im git - irc/rizon/acid.git/blame - pyva/core/pom.xml
Order the results of a drawing before entering in the database
[irc/rizon/acid.git] / pyva / core / pom.xml
CommitLineData
26176da9
A
1<?xml version="1.0"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
9eb651e9
A
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
26176da9 5
9eb651e9
A
6 <parent>
7 <groupId>net.rizon</groupId>
8 <artifactId>acid-pyva</artifactId>
5efead48 9 <version>4.1-SNAPSHOT</version>
9eb651e9
A
10 </parent>
11
12 <name>Pyva Native</name>
13 <artifactId>acid-pyva-core</artifactId>
26176da9 14
9eb651e9
A
15 <dependencies>
16 <dependency>
17 <groupId>net.rizon</groupId>
18 <artifactId>acid-acid</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
22 <groupId>net.rizon.pyva</groupId>
23 <artifactId>pyva</artifactId>
24 <version>1.0-SNAPSHOT</version>
25 </dependency>
26 </dependencies>
26176da9 27
9eb651e9
A
28 <build>
29 <plugins>
30 <plugin>
4bb998de 31 <artifactId>maven-jar-plugin</artifactId>
9eb651e9 32 <configuration>
4bb998de
A
33 <archive>
34 <manifest>
35 <mainClass>net.rizon.acid.plugins.pyva.core.core</mainClass>
36 </manifest>
37 <manifestEntries>
38 <Export-Base>net.rizon.acid.plugins.pyva.core.</Export-Base>
39 </manifestEntries>
40 </archive>
9eb651e9 41 </configuration>
9eb651e9
A
42 </plugin>
43 </plugins>
44 </build>
26176da9 45</project>