File tree Expand file tree Collapse file tree 5 files changed +30
-23
lines changed
apache_maven_local_paths_in_configuration_without_dep_resolution
apache_maven_local_paths_without_dep_resolution Expand file tree Collapse file tree 5 files changed +30
-23
lines changed Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
3
4
4
description : |
5
- Analyzing with local paths in configuration and without dependency resolution.
5
+ Analyzing with local paths and without dependency resolution.
6
6
7
7
tags :
8
8
- macaron-python-package
@@ -20,15 +20,41 @@ steps:
20
20
kind : shell
21
21
options :
22
22
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
24
24
kind : analyze
25
25
options :
26
26
main_args :
27
27
- -lr
28
28
- ./output/git_repos/local_repos
29
29
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
32
58
- --skip-deps
33
59
- name : Run verify-policy for apache/maven
34
60
kind : verify
You can’t perform that action at this time.
0 commit comments