spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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 | <parent> |
Steffen Pingel | 3407bd1 | 2011-07-10 19:32:44 +0200 | [diff] [blame] | 6 | <artifactId>org.eclipse.mylyn.commons-parent</artifactId> |
spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 7 | <groupId>org.eclipse.mylyn.commons</groupId> |
Sam Davis | 1fb2aea | 2018-06-28 10:30:21 -0700 | [diff] [blame] | 8 | <version>3.25.0-SNAPSHOT</version> |
spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 9 | </parent> |
spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 10 | <artifactId>org.eclipse.mylyn.discovery.ui</artifactId> |
Sam Davis | 1fb2aea | 2018-06-28 10:30:21 -0700 | [diff] [blame] | 11 | <version>3.25.0-SNAPSHOT</version> |
spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | <build> |
| 14 | <plugins> |
| 15 | <plugin> |
spingel | 6643534 | 2011-06-16 15:20:20 +0000 | [diff] [blame] | 16 | <groupId>org.eclipse.tycho</groupId> |
| 17 | <artifactId>tycho-source-plugin</artifactId> |
spingel | 30bb268 | 2010-12-14 22:40:26 +0000 | [diff] [blame] | 18 | </plugin> |
| 19 | <plugin> |
| 20 | <groupId>org.codehaus.mojo</groupId> |
| 21 | <artifactId>findbugs-maven-plugin</artifactId> |
| 22 | </plugin> |
| 23 | <plugin> |
| 24 | <groupId>org.apache.maven.plugins</groupId> |
| 25 | <artifactId>maven-pmd-plugin</artifactId> |
| 26 | </plugin> |
| 27 | </plugins> |
| 28 | </build> |
| 29 | </project> |