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 88import com .redhat .hacbs .container .build .preprocessor .maven .MavenPrepareCommand ;
99import com .redhat .hacbs .container .build .preprocessor .sbt .SBTPrepareCommand ;
1010import com .redhat .hacbs .container .deploy .BuildVerifyCommand ;
11- import com .redhat .hacbs .container .deploy .CopyArtifactsCommand ;
1211import com .redhat .hacbs .container .deploy .DeployCommand ;
1312import com .redhat .hacbs .container .deploy .DeployPreBuildSourceCommand ;
14- import com .redhat .hacbs .container .notification .NotifyCommand ;
1513import com .redhat .hacbs .container .verifier .VerifyBuiltArtifactsCommand ;
1614
1715import io .quarkus .picocli .runtime .annotations .TopCommand ;
2119@ CommandLine .Command (mixinStandardHelpOptions = true , subcommands = {
2220 AnalyseDependencies .class ,
2321 AntPrepareCommand .class ,
24- CopyArtifactsCommand .class ,
2522 BuildVerifyCommand .class ,
2623 GradlePrepareCommand .class ,
2724 DeployPreBuildSourceCommand .class ,
2825 LookupBuildInfoCommand .class ,
2926 LookupScmLocationCommand .class ,
3027 DeployCommand .class ,
31- NotifyCommand .class ,
3228 MavenPrepareCommand .class ,
3329 SBTPrepareCommand .class ,
3430 VerifyBuiltArtifactsCommand .class
You can’t perform that action at this time.
0 commit comments