Diffstat (limited to 'tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml') (more/less context) (ignore whitespace changes)
| -rw-r--r-- | tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml b/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml new file mode 100644 index 0000000..54ff1c2 --- a/dev/null +++ b/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.tycho.tychoits.TYCHO590</groupId> + <artifactId>annotated-project</artifactId> + + <parent> + <groupId>org.eclipse.tycho.tychoits.TYCHO590</groupId> + <artifactId>parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <source>1.6</source> + <target>1.6</target> + <fork>false</fork> + <compilerId>jdt</compilerId> + <annotationProcessors> + <annotationProcessor>tycho590.JSR269Processor</annotationProcessor> + </annotationProcessors> + </configuration> + <dependencies> + <dependency> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-jdt</artifactId> + <version>${tycho-version}</version> + </dependency> + <dependency> + <groupId>org.eclipse.tycho.tychoits.TYCHO590</groupId> + <artifactId>annotation-processor</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> +</project> |

