groovy / gmaven

Groovy integration for Maven
http://groovy.github.io/gmaven/
Apache License 2.0
51 stars 21 forks source link

gmaven-plugin-1.5 is not tread-safe #21

Open ladwlo opened 3 years ago

ladwlo commented 3 years ago

An old fix (GMAVEN-87) appears to be incorrect: synchronization should be done on a static object rather than on self. Even though 1.x is very old, some people may still use it so it might be nice to have a fixed 1.6 release that could be used with Maven parallel builds.