You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
What you expected to happen:
The project should have compiled
How to reproduce it (as minimally and precisely as possible):
Create a maven project using the below command, compilation fails. mvn archetype:generate -DgroupId=kubelessfuncs -DartifactId=kubeless-http-func -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=true
then mvn clean package
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
What happened:
The maven could not download the Kubless dependencies when
parent
anddependency
are added to the pom.xmlMaven error
What you expected to happen:
The project should have compiled
How to reproduce it (as minimally and precisely as possible):
Create a maven project using the below command, compilation fails.
mvn archetype:generate -DgroupId=kubelessfuncs -DartifactId=kubeless-http-func -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=true
then
mvn clean package
Anything else we need to know?:
Environment:
kubectl version
): Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:11:29Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"darwin/amd64"}Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.6+k3s1", GitCommit:"8d0432824a9fd9474b67138b7630c33f285d332f", GitTreeState:"clean", BuildDate:"2021-04-16T19:04:44Z", GoVersion:"go1.15.10", Compiler:"gc", Platform:"linux/amd64"}
kubeless version
): Kubeless version: v1.0.8The text was updated successfully, but these errors were encountered: