| <?xml version="1.0" encoding="UTF-8"?><project> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.apache.maven.its.mng3428</groupId> |
| <artifactId>test-cli-maven-plugin</artifactId> |
| <packaging>maven-plugin</packaging> |
| <name>test-cli-maven-plugin Maven Mojo</name> |
| <version>1</version> |
| <url>http://maven.apache.org</url> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-plugin-api</artifactId> |
| <version>2.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact</artifactId> |
| <version>2.0.8</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-cli</groupId> |
| <artifactId>commons-cli</artifactId> |
| <version>1.0</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-plugin-descriptor</artifactId> |
| <version>2.0.8</version> |
| </dependency> |
| </dependencies> |
| </project> |