You need to tell IntelliJ to generate those classes, otherwise it won't be aware of them, even if their creation is part of the default maven lifecycle.
Right-click on the project's folder or the pom.xml, then Maven > Generate Sources and Update Folders.