|
21 | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
22 | 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
23 | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
24 |
| - <modelVersion>4.0.0</modelVersion> |
| 24 | + <modelVersion>4.0.0</modelVersion> |
25 | 25 |
|
26 |
| - <groupId>org.apache.maven.plugins.surefire</groupId> |
27 |
| - <artifactId>surefire-260-testsWithIdenticalNames</artifactId> |
28 |
| - <version>1.0-SNAPSHOT</version> |
29 |
| - <name>surefire-260-testsWithIdenticalNames</name> |
| 26 | + <groupId>org.apache.maven.plugins.surefire</groupId> |
| 27 | + <artifactId>surefire-260-testsWithIdenticalNames</artifactId> |
| 28 | + <version>1.0-SNAPSHOT</version> |
| 29 | + <name>surefire-260-testsWithIdenticalNames</name> |
30 | 30 |
|
31 |
| - <properties> |
32 |
| - <maven.compiler.source>1.6</maven.compiler.source> |
33 |
| - <maven.compiler.target>1.6</maven.compiler.target> |
34 |
| - </properties> |
| 31 | + <properties> |
| 32 | + <maven.compiler.source>1.6</maven.compiler.source> |
| 33 | + <maven.compiler.target>1.6</maven.compiler.target> |
| 34 | + </properties> |
35 | 35 |
|
36 |
| - <dependencies> |
37 |
| - <dependency> |
38 |
| - <groupId>junit</groupId> |
39 |
| - <artifactId>junit</artifactId> |
40 |
| - <version>4.8.1</version> |
41 |
| - <scope>test</scope> |
42 |
| - </dependency> |
43 |
| - </dependencies> |
| 36 | + <dependencies> |
| 37 | + <dependency> |
| 38 | + <groupId>junit</groupId> |
| 39 | + <artifactId>junit</artifactId> |
| 40 | + <version>4.8.1</version> |
| 41 | + <scope>test</scope> |
| 42 | + </dependency> |
| 43 | + </dependencies> |
44 | 44 |
|
45 |
| - <build> |
46 |
| - <plugins> |
47 |
| - <plugin> |
48 |
| - <groupId>org.apache.maven.plugins</groupId> |
49 |
| - <artifactId>maven-surefire-plugin</artifactId> |
50 |
| - <version>${surefire.version}</version> |
51 |
| - <dependencies> |
52 |
| - </dependencies> |
53 |
| - </plugin> |
54 |
| - <plugin> |
55 |
| - <groupId>org.apache.maven.plugins</groupId> |
56 |
| - <artifactId>maven-surefire-report-plugin</artifactId> |
57 |
| - <version>${surefire.version}</version> |
58 |
| - <dependencies> |
59 |
| - </dependencies> |
60 |
| - </plugin> |
61 |
| - </plugins> |
62 |
| - </build> |
| 45 | + <build> |
| 46 | + <plugins> |
| 47 | + <plugin> |
| 48 | + <groupId>org.apache.maven.plugins</groupId> |
| 49 | + <artifactId>maven-surefire-plugin</artifactId> |
| 50 | + <version>${surefire.version}</version> |
| 51 | + </plugin> |
| 52 | + <plugin> |
| 53 | + <groupId>org.apache.maven.plugins</groupId> |
| 54 | + <artifactId>maven-surefire-report-plugin</artifactId> |
| 55 | + <version>${surefire.version}</version> |
| 56 | + </plugin> |
| 57 | + <plugin> |
| 58 | + <groupId>org.apache.maven.plugins</groupId> |
| 59 | + <artifactId>maven-site-plugin</artifactId> |
| 60 | + <version>3.7.1</version> |
| 61 | + </plugin> |
| 62 | + </plugins> |
| 63 | + </build> |
| 64 | + |
| 65 | + <reporting> |
| 66 | + <plugins> |
| 67 | + <plugin> |
| 68 | + <groupId>org.apache.maven.plugins</groupId> |
| 69 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 70 | + <version>3.0.0</version> |
| 71 | + <configuration> |
| 72 | + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
| 73 | + </configuration> |
| 74 | + <reportSets> |
| 75 | + <reportSet> |
| 76 | + <reports> |
| 77 | + <report>index</report> |
| 78 | + </reports> |
| 79 | + </reportSet> |
| 80 | + </reportSets> |
| 81 | + </plugin> |
| 82 | + </plugins> |
| 83 | + </reporting> |
63 | 84 |
|
64 | 85 | </project>
|
0 commit comments