1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
- <modelVersion >4.0.0</modelVersion >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
7
+ <parent >
6
8
<groupId >org.codehaus.plexus</groupId >
7
- <artifactId >plexus-testing</artifactId >
8
- <version >1.0-SNAPSHOT</version >
9
- <packaging >jar</packaging >
10
-
11
- <dependencies >
12
- <dependency >
13
- <groupId >org.eclipse.sisu</groupId >
14
- <artifactId >org.eclipse.sisu.plexus</artifactId >
15
- <version >0.3.4</version >
16
- </dependency >
17
- <dependency >
18
- <groupId >com.google.inject</groupId >
19
- <artifactId >guice</artifactId >
20
- <version >4.2.3</version >
21
- </dependency >
22
- <dependency >
23
- <groupId >org.junit.jupiter</groupId >
24
- <artifactId >junit-jupiter-api</artifactId >
25
- <version >5.7.0</version >
26
- </dependency >
27
- </dependencies >
28
-
29
- <build >
30
- <plugins >
31
- <plugin >
32
- <groupId >org.apache.maven.plugins</groupId >
33
- <artifactId >maven-compiler-plugin</artifactId >
34
- <version >3.8.1</version >
35
- <configuration >
36
- <source >1.8</source >
37
- <target >1.8</target >
38
- </configuration >
39
- </plugin >
40
- </plugins >
41
- </build >
42
-
43
- </project >
9
+ <artifactId >plexus</artifactId >
10
+ <version >7</version >
11
+ </parent >
12
+
13
+ <artifactId >plexus-testing</artifactId >
14
+ <version >1.0.0-SNAPSHOT</version >
15
+
16
+ <name >Plexus Testing</name >
17
+
18
+ <scm >
19
+ <
connection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
connection >
20
+ <
developerConnection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
developerConnection >
21
+ <url >http://github.com/codehaus-plexus/plexus-testing</url >
22
+ <tag >HEAD</tag >
23
+ </scm >
24
+ <issueManagement >
25
+ <system >github</system >
26
+ <url >https://github.com/codehaus-plexus/plexus-testing/issues</url >
27
+ </issueManagement >
28
+ <distributionManagement >
29
+ <site >
30
+ <id >github:gh-pages</id >
31
+ <url >${project.scm.developerConnection} </url >
32
+ </site >
33
+ </distributionManagement >
34
+
35
+ <properties >
36
+ <cobertura .skip>true</cobertura .skip>
37
+ <javaVersion >8</javaVersion >
38
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
39
+ </properties >
40
+
41
+ <dependencies >
42
+ <dependency >
43
+ <groupId >org.eclipse.sisu</groupId >
44
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
45
+ <version >0.3.4</version >
46
+ </dependency >
47
+ <dependency >
48
+ <groupId >com.google.inject</groupId >
49
+ <artifactId >guice</artifactId >
50
+ <version >4.2.3</version >
51
+ </dependency >
52
+ <dependency >
53
+ <groupId >org.junit.jupiter</groupId >
54
+ <artifactId >junit-jupiter-api</artifactId >
55
+ <version >5.7.0</version >
56
+ </dependency >
57
+ </dependencies >
58
+
59
+ </project >
0 commit comments