Lines Matching +full:apache +full:- +full:project
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
6 http://www.eclipse.org/legal/epl-2.0
8 SPDX-License-Identifier: EPL-2.0
11 Evgeny Mandrikov - initial API and implementation
12 -->
13 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
14 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <artifactId>jacoco-maven-plugin</artifactId>
25 <packaging>maven-plugin</packaging>
37 <groupId>org.apache.maven</groupId>
38 <artifactId>maven-plugin-api</artifactId>
39 <version>${project.prerequisites.maven}</version>
42 <groupId>org.apache.maven</groupId>
43 <artifactId>maven-core</artifactId>
44 <version>${project.prerequisites.maven}</version>
48 <artifactId>plexus-utils</artifactId>
52 <groupId>org.apache.maven.shared</groupId>
53 <artifactId>file-management</artifactId>
58 <groupId>org.apache.maven.reporting</groupId>
59 <artifactId>maven-reporting-api</artifactId>
60 <version>${project.prerequisites.maven}</version>
64 <groupId>${project.groupId}</groupId>
69 <groupId>${project.groupId}</groupId>
73 <groupId>${project.groupId}</groupId>
78 <groupId>org.apache.maven.plugin-tools</groupId>
79 <artifactId>maven-plugin-annotations</artifactId>
81 <!-- annotations are needed only to build the plugin: -->
90 <directory>META-INF</directory>
91 <targetPath>META-INF</targetPath>
97 <groupId>org.apache.maven.plugins</groupId>
98 <artifactId>maven-plugin-plugin</artifactId>
101 <id>default-descriptor</id>
102 <phase>process-classes</phase>
105 <id>help-goal</id>
121 </project>