Open sstubbs opened 4 years ago
I ran the following:
mvn io.quarkus:quarkus-maven-plugin:1.1.0.Final:create \ -DprojectGroupId=org.acme \ -DprojectArtifactId=getting-started \ -DclassName="org.acme.quickstart.GreetingResource" \ -Dpath="/hello"
cd getting-started
jx import --pack='maven-quarkus'
And I am getting the below error
error building image: error building stage: copy failed: no source files specified Pipeline failed on stage 'from-build-pack' : container 'step-build-container-build'. The execution of the pipeline has stopped.
I ran the following:
And I am getting the below error