| <project> |
| <modelVersion>4.0.0</modelVersion> |
| <name>Maven Integration Test :: it0045</name> |
| <groupId>org.apache.maven.its.it0045</groupId> |
| <artifactId>maven-it-it0045</artifactId> |
| <description>Test non-reactor behavior when plugin declares "@requiresProject false"</description> |
| <packaging>pom</packaging> |
| <version>1.0</version> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.its.plugins</groupId> |
| <artifactId>maven-it-plugin-no-project</artifactId> |
| <version>2.1-SNAPSHOT</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| |
| <modules> |
| <module>subproject</module> |
| </modules> |
| </project> |