ncthuc / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

jar version 0.2, source version 0.1? #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

first - I really like your flexible approach implementing to levels of
GenericDao support, the completely generic GeneralDao and the extensible
one. Also the Search object reveils an excellent concept. Looking forward
to see more, you folks rock!

As I checked out the sources from SVN I noticed that pom.xml still is on
version 0.1 though you publish a binary with sources as of version 0.2.

Assuming that your featured binary is more up-to-date, I've overwritten the
check out files with the sources included in the jar.

Would be great if you could synchronise this, or even better, offer a Maven
repository for your project.

Also I could not run 'mvn install' as the tests failed because of missing
tests in TestBase. So I excluded this and it worked. Modified pom.xml as
attached.

Best regards from Europe, Germany, Berlin,

Karsten Gresch

Original issue reported on code.google.com by goo...@gresch.de on 9 Oct 2008 at 12:19

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 28 Oct 2008 at 6:48

GoogleCodeExporter commented 8 years ago
Before, we had only been using maven for dependencies, not for building. Now 
I've 
fixed up the pom.xml so that the maven build functions properly.

I also added a maven repository: http://hibernate-generic-
dao.googlecode.com/svn/trunk/maven-repo/

Hopefully this will make everyone's job easier.

Original comment by dwolvert on 29 Oct 2008 at 2:19