]> jfr.im git - irc/rizon/acid.git/blob - xmas/pom.xml
Part a channel if the channel is not registered
[irc/rizon/acid.git] / xmas / 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>net.rizon</groupId>
7 <artifactId>acid</artifactId>
8 <version>4.1-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>acid-xmas</artifactId>
12 <name>Xmas</name>
13
14 <dependencies>
15 <dependency>
16 <groupId>net.rizon</groupId>
17 <artifactId>acid-acid</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 </dependencies>
21
22 <build>
23 <plugins>
24 <plugin>
25 <artifactId>maven-jar-plugin</artifactId>
26 <configuration>
27 <archive>
28 <manifest>
29 <mainClass>net.rizon.acid.plugins.xmas.Xmas</mainClass>
30 </manifest>
31 <manifestEntries>
32 <Export-Base>net.rizon.acid.plugins.xmas.</Export-Base>
33 </manifestEntries>
34 </archive>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 </project>