File tree 1 file changed +1
-10
lines changed
sbm-support-rewrite/src/test/java/org/springframework/sbm/parsers 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- import org .apache .maven .Maven ;
18
- import org .apache .maven .artifact .repository .*;
19
- import org .apache .maven .artifact .repository .layout .DefaultRepositoryLayout ;
20
- import org .apache .maven .execution .DefaultMavenExecutionRequest ;
21
- import org .apache .maven .execution .MavenExecutionRequest ;
22
- import org .apache .maven .execution .MavenExecutionResult ;
23
- import org .codehaus .plexus .PlexusContainer ;
24
- import org .codehaus .plexus .component .repository .exception .ComponentLookupException ;
25
17
import org .junit .jupiter .api .DisplayName ;
26
18
import org .junit .jupiter .api .Test ;
27
19
28
20
import java .nio .file .Path ;
29
21
import java .util .List ;
30
22
import java .util .Map ;
31
- import java .util .Properties ;
32
23
33
24
import static org .assertj .core .api .Assertions .assertThat ;
34
25
35
26
/**
36
- * Tests adherence to settings in ' .mvn/maven.config' by {@link MavenConfigFileParser},
27
+ * Tests that {@link MavenConfigFileParser} reads and provides the information in {@code .mvn/maven.config}.
37
28
*
38
29
* @author Fabian Krüger
39
30
*/
You can’t perform that action at this time.
0 commit comments