Tim-Ju / cqels

Automatically exported from code.google.com/p/cqels
0 stars 0 forks source link

Switch to Apache Maven #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It makes sense to convert current project to an Maven project to properly 
maintain dependencies, publish artifacts on the Central Maven Repository and 
other stuff. Currently it's hard to use CQELS, because the all code and its 
dependencies are packaged in a single jar, that creates problems with 
dependency management.

Original issue reported on code.google.com by KolchinMax on 8 May 2014 at 4:08

GoogleCodeExporter commented 8 years ago
I created a Maven projected and copied the current code to it. The resulted 
code in the attached archive. It would be great to make such changes in the 
trunk.

Original comment by KolchinMax on 8 May 2014 at 5:16

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, thanks for your report. Yes, Maven will be the good choice. We will submit 
the pom file soon.

Original comment by chanle...@gmail.com on 13 May 2014 at 2:31