Skip to content

Commit 8001976

Browse files
committed
Add needed m2_repo bootstrap POM
1 parent a97f6ff commit 8001976

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/fixtures/bootstrap-pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5+
http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<modelVersion>4.0.0</modelVersion>
7+
<groupId>org.scijava.jgo.test</groupId>
8+
<artifactId>bootstrap</artifactId>
9+
<version>1.0.0</version>
10+
<packaging>pom</packaging>
11+
12+
<description>
13+
Minimal POM used to bootstrap Maven infrastructure in test environment.
14+
Running Maven commands against this POM will download and cache Maven's
15+
own infrastructure JARs without fetching any actual dependencies.
16+
</description>
17+
</project>

0 commit comments

Comments
 (0)