mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
o Adding it1012 that should express the throwing of LifecycleExecutionException for unknown packaging. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232189 13f79535-47bb-0310-9956-ffa450edef68
8 lines
216 B
XML
8 lines
216 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-it1012</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>this-doesnt-exist</packaging>
|
|
</project>
|