Open GoogleCodeExporter opened 9 years ago
ok , I spent a few hours and got the problem fix .
I did the follow .
added the mavin 2 officel opensuse 11.4 repo .
# zypper ar
http://download.opensuse.org/repositories/home:/decriptor:/maven2/openSUSE_11.4/
and then , I added the follow packages :
# zypper install maven-jar-plugin maven-resources-plugin maven-compiler-plugin
One more think that I was having problem too, was "java.lang.OutOfMemoryError"
after run:
$ mvn -Pdev -DskipTests clean package hibernate3:hbm2ddl
I fixed it doing the follow:
Before run the command , set and export the follow variable :
# export MAVEN_OPTS=-Xmx1024m
hope I can help someone .
GB
Original comment by gaugu...@gmail.com
on 27 Nov 2012 at 12:55
Original issue reported on code.google.com by
gaugu...@gmail.com
on 26 Nov 2012 at 5:16