<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2012, 2013, 2015 Eclipse Foundation and others. All rights
  reserved. This program and the accompanying materials are made available
  under the terms of the Eclipse Distribution License v1.0 which accompanies
  this distribution, and is available at http://www.eclipse.org/org/documents/edl-v10.php
  Contributors: Igor Fedorenko - initial implementation Thanh Ha (Eclipse Foundation)
  - maintenance Mikael Barbero -->

<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">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.eclipse.cbi.maven.plugins</groupId>
  <artifactId>maven-plugin-parent</artifactId>
  <packaging>pom</packaging>

  <parent>
    <groupId>org.eclipse.cbi</groupId>
    <artifactId>cbi-build-parent</artifactId>
    <version>1.4.3</version>
    <relativePath>../build-parent/pom.xml</relativePath>
  </parent>

  <name>Eclipse CBI Maven Plugins</name>
  <description>Eclipse CBI Maven plugins are created to enable the Eclipse community to use various services
  at Eclipse including the signing infrastructure.</description>
  <url>http://wiki.eclipse.org/CBI</url>

  <modules>
    <module>common</module>
    <module>eclipse-cbi-plugin</module>
    <module>eclipse-jarsigner-plugin</module>
    <module>eclipse-macsigner-plugin</module>
    <module>eclipse-winsigner-plugin</module>
    <module>eclipse-dmg-packager</module>
    <module>eclipse-flatpak-packager</module>
  </modules>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <relativizeDecorationLinks>false</relativizeDecorationLinks>
        </configuration>
      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <reportSets>
           <reportSet>
             <reports>
               <report>index</report>
             </reports>
           </reportSet>
         </reportSets>
       </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-report-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>

</project>
