6b0daf
<project>
6b0daf
  <modelVersion>4.0.0</modelVersion>
6b0daf
  <groupId>org.fedoraproject.xmvn.junit5</groupId>
6b0daf
  <artifactId>aggregator</artifactId>
6b0daf
  <version>1.0.0</version>
6b0daf
  <packaging>pom</packaging>
6b0daf
  <modules>
6b0daf
    <module>junit-platform-commons</module>
6b0daf
    <module>junit-platform-console</module>
6b0daf
    <module>junit-platform-console-standalone</module>
6b0daf
    <module>junit-platform-engine</module>
6b0daf
    <module>junit-platform-launcher</module>
6b0daf
    <module>junit-platform-reporting</module>
6b0daf
    <module>junit-platform-runner</module>
6b0daf
    <module>junit-platform-suite-api</module>
6b0daf
    <module>junit-jupiter</module>
6b0daf
    <module>junit-jupiter-api</module>
6b0daf
    <module>junit-jupiter-engine</module>
6b0daf
    <module>junit-jupiter-migrationsupport</module>
6b0daf
    <module>junit-jupiter-params</module>
6b0daf
    <module>junit-vintage-engine</module>
6b0daf
  </modules>
6b0daf
  <build>
6b0daf
    <pluginManagement>
6b0daf
      <plugins>
6b0daf
	<plugin>
6b0daf
	  <artifactId>maven-compiler-plugin</artifactId>
6b0daf
	  <configuration>
6b0daf
	    <source>1.8</source>
6b0daf
	    <target>1.8</target>
6b0daf
	  </configuration>
6b0daf
	</plugin>
6b0daf
	<plugin>
6b0daf
          <artifactId>maven-jar-plugin</artifactId>
6b0daf
          <configuration>
6b0daf
            <archive>
6b0daf
              <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
6b0daf
            </archive>
6b0daf
          </configuration>
6b0daf
	</plugin>
6b0daf
      </plugins>
6b0daf
    </pluginManagement>
6b0daf
    <plugins>
6b0daf
      <plugin>
6b0daf
        <groupId>org.apache.felix</groupId>
6b0daf
        <artifactId>maven-bundle-plugin</artifactId>
6b0daf
        <version>2.1.0</version>
6b0daf
        <executions>
6b0daf
          <execution>
6b0daf
            <id>bundle-manifest</id>
6b0daf
            <phase>process-classes</phase>
6b0daf
            <goals>
6b0daf
              <goal>manifest</goal>
6b0daf
            </goals>
6b0daf
            <configuration>
6b0daf
              <instructions>
6b0daf
		<Bundle-SymbolicName>${osgi.bsn}</Bundle-SymbolicName>
6b0daf
		<Automatic-Module-Name>${osgi.bsn}</Automatic-Module-Name>
6b0daf
		<_nouses>true</_nouses>
6b0daf
              </instructions>
6b0daf
            </configuration>
6b0daf
          </execution>
6b0daf
        </executions>
6b0daf
      </plugin>
6b0daf
    </plugins>
6b0daf
  </build>
6b0daf
</project>