mirror of https://github.com/apache/maven.git
o Fixed invalid POMs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@817607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08406e1c13
commit
6d470389c6
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven-test</groupId>
|
||||
<artifactId>scope-compile</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven-test</groupId>
|
||||
<artifactId>scope-default</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven-test</groupId>
|
||||
<artifactId>scope-provided</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven-test</groupId>
|
||||
<artifactId>scope-runtime</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven-test</groupId>
|
||||
<artifactId>scope-test</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
Loading…
Reference in New Issue