[429441] User doc update: Post processors configuration
[EMFCompare2.git] / packaging / org.eclipse.emf.compare.ide.ui-feature / pom.xml
blobc586123b4802067aa153941dc053f676b561f4e5
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>
6     <artifactId>emf.compare-parent</artifactId>
7     <groupId>org.eclipse.emf.compare</groupId>
8     <version>3.0.0-SNAPSHOT</version>
9      <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
10   </parent>
11   <groupId>org.eclipse.emf.compare.features</groupId>
12   <artifactId>org.eclipse.emf.compare.ide.ui</artifactId>
13   <version>3.0.0-SNAPSHOT</version>
14   <packaging>eclipse-feature</packaging>
15   
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.eclipse.tycho.extras</groupId>
20         <artifactId>tycho-source-feature-plugin</artifactId>
21         <executions>
22           <execution>
23             <phase>package</phase>
24             <id>source-feature</id>
25             <goals>
26               <goal>source-feature</goal>
27             </goals>
28             <configuration>
29               <excludes>
30                 <plugin id="org.eclipse.emf.compare.doc"/>
31               </excludes>
32             </configuration>
33           </execution>
34         </executions>
35       </plugin>
36     </plugins>
37   </build>
38   
39 </project>