dtrott / maven-thrift-plugin

Maven Thrift Plugin that executes the thrift code generator (base on protocol buffers plugin)
119 stars 68 forks source link

DefaultArtifactoryRepository seems to be the wrong type #2

Closed cdegroot closed 13 years ago

cdegroot commented 13 years ago

See also http://jira.codehaus.org/browse/MFINDBUGS-100 - in Eclipse, which uses Maven 3 beta, I get exactly the same messages about Maven not being able to setup the localRepository for the Compile Mojo. The patch attached to that issue also seems to apply to the Thrift plugin, because when I s/DefaultArtifactRepository/ArtifactRepository/, the errors go away.

dtrott commented 13 years ago

I had a couple of patches submitted against the protocol buffers plug-in that I had not got around to applying to the thrift version. They included this issue.

Applied now, please give the latest version a try: 0.1.8

dtrott commented 13 years ago

Assuming this has been fixed. Closing.