AnnotationProcessor to generate jaxb.index for Java 6-. Replacing jelly-apt
[annotation-processors.git] / pom.xml
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>com.indexdata.annotations.processor</groupId>
4   <artifactId>jaxb-index-generator</artifactId>
5   <version>0.0.1-SNAPSHOT</version>
6   <name>JAXB Index Generator</name>
7   <build>
8     <sourceDirectory>src/main/java</sourceDirectory>
9     <plugins>
10       <plugin>
11         <artifactId>maven-compiler-plugin</artifactId>
12         <version>3.1</version>
13         <configuration>
14           <source>1.6</source>
15           <target>1.6</target>
16           <compilerArgument>-proc:none</compilerArgument>
17           <encoding>UTF-8</encoding>
18         </configuration>
19       </plugin>
20     </plugins>
21   </build>
22 </project>