aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/plugin-inheritance-simple/pom.xml
blob: b73bfce5a4b096437d4d81ed687ec9f8cb032372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<project>
	<modelVersion>4.0.0</modelVersion>
    <groupId>gid</groupId>
    <artifactId>aid</artifactId>
	<version>1.0</version>
	<packaging>pom</packaging>
	<build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.modello</groupId>
				<artifactId>modello-maven-plugin</artifactId>
				<version>1.0-alpha-21</version>
			</plugin>
		</plugins>
	</build>

</project>