Skip to content
Discussion options

You must be logged in to vote

I think the problem is

       <dependency>
			<groupId>dev.resteasy.examples</groupId>
			<artifactId>grpcToRest.example.grpc</artifactId>
			<version>6.0.0-SNAPSHOT</version>
			<type>war</type>
	</dependency>
        <dependency>
			<groupId>dev.resteasy.examples</groupId>
			<artifactId>grpcToRest.example.grpc</artifactId>
			<version>6.0.0-SNAPSHOT</version>
			<type>jar</type>
	</dependency>

in gRPCtoJakartaREST-archetype/arch-test/pom.xml. Note that arch-script builds

mvn archetype:generate -B \
   -DarchetypeGroupId=dev.resteasy.grpc \
   -DarchetypeArtifactId=gRPCtoJakartaREST-archetype \
   -DarchetypeVersion=1.0.0.Alpha5 \
   -DgroupId=dev.resteasy.examples \
   -DartifactId=gr…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ronsigal
Comment options

Comment options

liweinan
Aug 2, 2023
Collaborator Author

You must be logged in to vote
1 reply
@ronsigal
Comment options

Answer selected by liweinan
Comment options

liweinan
Aug 2, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@liweinan
Comment options

liweinan Aug 2, 2023
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants