FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Maven artifact name should be reworked #134

Open FRosner opened 11 years ago

FRosner commented 11 years ago

Currently, the artifact containing all dependencies is called DataGenerator-x.x.x-jar-with-dependencies.jar. It should be DataGenerator-x.x.x.jar instead. There is no need for a jar without the depedencies.

FRosner commented 11 years ago

May be solved by #159.