aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/pluginmanagement-inherited/sub/pom.xml
blob: 319e6adbf0db8ad684bbc21b5d08defb9a24ffd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<project>
    <parent>
        <groupId>org.sonatype.nexus</groupId>
        <artifactId>nexus</artifactId>
        <version>1.3.0-SNAPSHOT</version>
    </parent>
	<modelVersion>4.0.0</modelVersion>
    <artifactId>a</artifactId>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.modello</groupId>
                <artifactId>modello-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>