mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
o We should have a viable offline mode now. Plugin sensitivity updates to follow. o See it0069 and it1014 for offline mode tests. o Brett, building maven-plugins in offline mode with org/apache/maven/plugin/* removed will now give a nice error message. :) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291124 13f79535-47bb-0310-9956-ffa450edef68
15 lines
380 B
XML
15 lines
380 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it0069</groupId>
|
|
<artifactId>maven-it0069</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|