Hi Martin! > It would be nice to have a script (be it Ant, be it > a Maven plugin or whatever) which changes the shared_tomahawk / _impl > imports back to shared while developing. Or being able to configure maven in a way that it will NOT refactor the sources, instead it should simply create a shared and shared-source jar.
something like mvn -Ddevelopment=true install and mvn -Ddevelopment=true idea:idea Could this be done? Ciao, Mario
