]> jfr.im git - irc/rizon/acid.git/blob - pyva/core/pom.xml
Order the results of a drawing before entering in the database
[irc/rizon/acid.git] / pyva / core / pom.xml
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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>net.rizon</groupId>
8 <artifactId>acid-pyva</artifactId>
9 <version>4.1-SNAPSHOT</version>
10 </parent>
11
12 <name>Pyva Native</name>
13 <artifactId>acid-pyva-core</artifactId>
14
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>
27
28 <build>
29 <plugins>
30 <plugin>
31 <artifactId>maven-jar-plugin</artifactId>
32 <configuration>
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>
41 </configuration>
42 </plugin>
43 </plugins>
44 </build>
45 </project>