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
REST-client is generated fine. But maven does not even compile REST-client classes and fails with errors like:
[ERROR] /Users/darkfelex/projects/my-lovely-project/src/test/java/com/example/server/integration/Test1.java:[14,45] package com.example.server.api.projectname does not exist
[ERROR] /Users/darkfelex/projects/my-lovely-project/src/test/java/com/example/server/integration/Test1.java:[15,68] package com.example.server.api.projectname.releasetag.iterationid does not exist
[ERROR] /Users/darkfelex/projects/my-lovely-project/src/test/java/com/example/server/integration/Test1.java:[43,31] cannot find symbol
[ERROR] symbol: class ApiReleaseIteration
[ERROR] location: class com.example.server.integration.Test1
[ERROR] /Users/darkfelex/projects/my-lovely-project/src/test/java/com/example/server/integration/Test1.java:[44,31] cannot find symbol
The text was updated successfully, but these errors were encountered:
Given following plugin configuration:
REST-client is generated fine. But maven does not even compile REST-client classes and fails with errors like:
The text was updated successfully, but these errors were encountered: