FINRAOS / DataGenerator

DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
http://finraos.github.io/DataGenerator
Apache License 2.0
161 stars 170 forks source link

Handle automatic conversion to unix newlines during build process #308

Open dovidkopel opened 8 years ago

dovidkopel commented 8 years ago

Look into converting during build process as seen here: http://stackoverflow.com/questions/2162275/convert-files-to-unix-format-using-maven using the maven assembly plugin configuration. http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

dovidkopel commented 8 years ago

In the meantime Mohamed will re-enable checkstyle and convert all of the current source code to use unix line endings.