Skip to content

Commit 7a0c75a

Browse files
author
Trong Nhan Mai
committed
chore: update case apache_maven_local_paths_in_configuration_without_dep_resolution to apache_maven_local_paths_without_dep_resolution
1 parent 212b157 commit 7a0c75a

File tree

5 files changed

+30
-23
lines changed

5 files changed

+30
-23
lines changed

tests/integration/cases/apache_maven_local_paths_in_configuration_without_dep_resolution/config.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
description: |
5-
Analyzing with local paths in configuration and without dependency resolution.
5+
Analyzing with local paths and without dependency resolution.
66
77
tags:
88
- macaron-python-package
@@ -20,15 +20,41 @@ steps:
2020
kind: shell
2121
options:
2222
cmd: git clone --filter=tree:0 https://github.com/mockito/mockito ./output/git_repos/local_repos/mockito/mockito
23-
- name: Run macaron analyze
23+
- name: Run macaron analyze on apache/maven
2424
kind: analyze
2525
options:
2626
main_args:
2727
- -lr
2828
- ./output/git_repos/local_repos
2929
command_args:
30-
- -c
31-
- config.yaml
30+
- -rp
31+
- apache/maven
32+
- -d
33+
- 3fc399318edef0d5ba593723a24fff64291d6f9b
34+
- --skip-deps
35+
- name: Run macaron analyze on google/guava
36+
kind: analyze
37+
options:
38+
main_args:
39+
- -lr
40+
- ./output/git_repos/local_repos
41+
command_args:
42+
- -rp
43+
- google/guava
44+
- -d
45+
- d8633ac8539dae52c8361f79c7a0dbd9ad6dd2c4
46+
- --skip-deps
47+
- name: Run macaron analyze on mockito/mockito
48+
kind: analyze
49+
options:
50+
main_args:
51+
- -lr
52+
- ./output/git_repos/local_repos
53+
command_args:
54+
- -rp
55+
- mockito/mockito
56+
- -d
57+
- 512ee3949484e4765038a0410cd7a7f1b73cc655
3258
- --skip-deps
3359
- name: Run verify-policy for apache/maven
3460
kind: verify

0 commit comments

Comments
 (0)