File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
java-components/build-request-processor/src/main/java/com/redhat/hacbs/container Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 8
8
import com .redhat .hacbs .container .build .preprocessor .maven .MavenPrepareCommand ;
9
9
import com .redhat .hacbs .container .build .preprocessor .sbt .SBTPrepareCommand ;
10
10
import com .redhat .hacbs .container .deploy .BuildVerifyCommand ;
11
- import com .redhat .hacbs .container .deploy .CopyArtifactsCommand ;
12
11
import com .redhat .hacbs .container .deploy .DeployCommand ;
13
12
import com .redhat .hacbs .container .deploy .DeployPreBuildSourceCommand ;
14
- import com .redhat .hacbs .container .notification .NotifyCommand ;
15
13
import com .redhat .hacbs .container .verifier .VerifyBuiltArtifactsCommand ;
16
14
17
15
import io .quarkus .picocli .runtime .annotations .TopCommand ;
21
19
@ CommandLine .Command (mixinStandardHelpOptions = true , subcommands = {
22
20
AnalyseDependencies .class ,
23
21
AntPrepareCommand .class ,
24
- CopyArtifactsCommand .class ,
25
22
BuildVerifyCommand .class ,
26
23
GradlePrepareCommand .class ,
27
24
DeployPreBuildSourceCommand .class ,
28
25
LookupBuildInfoCommand .class ,
29
26
LookupScmLocationCommand .class ,
30
27
DeployCommand .class ,
31
- NotifyCommand .class ,
32
28
MavenPrepareCommand .class ,
33
29
SBTPrepareCommand .class ,
34
30
VerifyBuiltArtifactsCommand .class
You can’t perform that action at this time.
0 commit comments