-
Notifications
You must be signed in to change notification settings - Fork 27
Description
When looking at the Project with VSCode as an IDE it shows every instance of "import gov.nist.csd.pm.core.pap.pml.antlr..." failing. I eventually traced this to Line 40 of the pom.xml file and when I changed "
In .vscode/settings.json:
"java.project.sourcePaths": [
"src/main/java",
"target/generated-sources"
]