querydsl / apt-maven-plugin

Maven APT plugin
Apache License 2.0
79 stars 41 forks source link

apt-maven-plugin fails on maven2 #12

Closed dusanmsk closed 12 years ago

dusanmsk commented 12 years ago

Using 1.0.5 with maven2 I got following error:

[INFO] Internal error in the plugin manager executing goal 'com.mysema.maven:apt-maven-plugin:1.0.5:process': Unable to load the mojo 'com.mysema.maven:apt-maven-plugin:1.0.5:process' in the plugin 'com.mysema.maven:apt-maven-plugin'. A required class is missing: org/codehaus/plexus/util/Scanner

Thx

timowest commented 12 years ago

Could you try again with the version 1.0.6? There were some dependency issues that were fixed later.

dusanmsk commented 12 years ago

Seems to be ok, thanks.

edgedalmacio commented 11 years ago

Hi, where can I find 1.0.6? I tried on Maven Central and http://source.mysema.com/maven2/releases but it isn't there.

timowest commented 11 years ago

Should be publicly available http://search.maven.org/#search|gav|1|g%3A%22com.mysema.maven%22%20AND%20a%3A%22apt-maven-plugin%22

edgedalmacio commented 11 years ago

Sorry about that, I didn't notice the name change to apt-maven-plugin. I was working with a sample that used maven-apt-plugin

timowest commented 11 years ago

I renamed now also the repository, now it should be clearer.