First version for general use. No servers at fixed IPv6 addresses yet.
[socket6bed4] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2   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   <groupId>socket6bed4</groupId>
6   <artifactId>nl.openfortress.socket6bed4</artifactId>
7   <version>0.0</version>
8   <packaging>jar</packaging>
9
10   <properties>
11     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12   </properties>
13
14   <dependencies>
15
16   </dependencies>
17
18   <build>
19     <plugins>
20       <plugin>
21         <artifactId>maven-assembly-plugin</artifactId>
22         <version>2.2.1</version>
23         <executions>
24
25 <!--
26           <execution>
27             <id>jar-with-dependencies</id>
28             <phase>package</phase>
29             <goals>
30               <goal>single</goal>
31             </goals>
32             <configuration>
33               <archive>
34                 <manifest>
35                   <mainClass>net.AbstractSIPlet</mainClass>
36                 </manifest>
37               </archive>
38               <descriptorRefs>
39                 <descriptorRef>jar-with-dependencies</descriptorRef>
40               </descriptorRefs>
41             </configuration>
42           </execution>
43 -->
44
45         </executions>
46       </plugin>
47
48       <plugin>
49         <groupId>org.apache.maven.plugins</groupId>
50         <artifactId>maven-compiler-plugin</artifactId>
51         <version>2.3.2</version>
52         <configuration>
53 <!--
54           <source>1.6</source>
55           <target>1.6</target>
56 -->
57         </configuration>
58       </plugin>
59
60     </plugins>
61   </build>
62
63   <reporting>
64     <plugins>
65       <plugin>
66        <groupId>org.apache.maven.plugins</groupId>
67          <artifactId>maven-javadoc-plugin</artifactId>
68          <version>2.9</version>
69 <!--
70          <configuration>
71           ...
72         </configuration>
73 -->
74       </plugin>
75     </plugins>
76   </reporting>
77
78
79 </project>