I am trying to configure my spring project to work with query dsl.
The maven build has a problem with the plugin and i am getting the following message:
[INFO] Internal error in the plugin manager executing goal 'com.mysema.maven:apt-maven-plugin:1.0.4:process': Unable to load the mojo 'com.mysema.maven:apt-maven-plugin:1.0.4:process' in the plugin 'com.mysema.maven:apt-maven-plugin'. A required class is missing: org/codehaus/plexus/util/Scanner
org.codehaus.plexus.util.Scanner
Any ideas?
This dependency issue has been fixed in 1.0.6
https://github.com/mysema/maven-apt-plugin/issues/12
I will update the Querydsl docs