@@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.maven.shared</groupId >
25
25
<artifactId >maven-shared-components</artifactId >
26
- <version >41 </version >
26
+ <version >42 </version >
27
27
<relativePath />
28
28
</parent >
29
29
@@ -68,18 +68,6 @@ under the License.
68
68
<project .build.outputTimestamp>2022-04-05T18:45:23Z</project .build.outputTimestamp>
69
69
</properties >
70
70
71
- <dependencyManagement >
72
- <dependencies >
73
- <dependency >
74
- <groupId >org.junit</groupId >
75
- <artifactId >junit-bom</artifactId >
76
- <version >5.10.2</version >
77
- <type >pom</type >
78
- <scope >import</scope >
79
- </dependency >
80
- </dependencies >
81
- </dependencyManagement >
82
-
83
71
<dependencies >
84
72
<dependency >
85
73
<groupId >org.apache.maven.shared</groupId >
@@ -99,6 +87,13 @@ under the License.
99
87
</dependencies >
100
88
101
89
<build >
90
+ <testResources >
91
+ <testResource >
92
+ <filtering >true</filtering >
93
+ <directory >${project.basedir} /src//test/resources</directory >
94
+ </testResource >
95
+ </testResources >
96
+
102
97
<plugins >
103
98
<plugin >
104
99
<groupId >org.apache.maven.plugins</groupId >
@@ -108,6 +103,7 @@ under the License.
108
103
<systemPropertyVariables >
109
104
<!-- required for maven-invoker to locate Maven installation -->
110
105
<maven .home>${maven.home} </maven .home>
106
+ <maven .repo.local>${settings.localRepository} </maven .repo.local>
111
107
</systemPropertyVariables >
112
108
<excludes >
113
109
<exclude >test-build-should*/**</exclude >
@@ -120,28 +116,4 @@ under the License.
120
116
</plugin >
121
117
</plugins >
122
118
</build >
123
-
124
- <profiles >
125
- <profile >
126
- <id >maven-repo-local</id >
127
- <activation >
128
- <property >
129
- <name >maven.repo.local</name >
130
- </property >
131
- </activation >
132
- <build >
133
- <plugins >
134
- <plugin >
135
- <groupId >org.apache.maven.plugins</groupId >
136
- <artifactId >maven-surefire-plugin</artifactId >
137
- <configuration >
138
- <systemPropertyVariables combine.children=" append" >
139
- <maven .repo.local>${maven.repo.local} </maven .repo.local>
140
- </systemPropertyVariables >
141
- </configuration >
142
- </plugin >
143
- </plugins >
144
- </build >
145
- </profile >
146
- </profiles >
147
119
</project >
0 commit comments