aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/execution-configuration-join/pom.xml
blob: 28defaa21632ddad8d9c0121005858afc17ff373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus</artifactId>
    <version>1.3.0-SNAPSHOT</version>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.modello</groupId>
                <artifactId>modello-maven-plugin</artifactId>
                <version>1.0-alpha-21</version>
            </plugin>
        </plugins>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.codehaus.modello</groupId>
                    <artifactId>modello-maven-plugin</artifactId>
                    <version>1.0-alpha-21</version>
                <executions>
                    <execution>
                        <configuration>
                            <fileset dir="${basedir}">
                                <include name="LICENSE.txt" />
                                <include name="NOTICE.txt" />
                            </fileset>
                        </configuration>
                    </execution>
                </executions>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

</project>