We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97f6ff commit 8001976Copy full SHA for 8001976
tests/fixtures/bootstrap-pom.xml
@@ -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