views:

234

answers:

2

Hello

I am looking for a basic maven archetype which can help me create a spring hibernate struts2

application. I have tried using appfuse but it sucks. It took more than half an hour to

download n number of dependencies and the project it created was having errors also.

if you know anyother maven archetype please tell me.

Thanks

Shekhar

A: 

If there isn't an archetype that suits you, just use the default archetype, and add in the dependencies you need yourself.

If you are having download issues, then use a different mirror for your remote repository.

Rulmeq
i did the same..but i thought may be someone has created the archetype..
Shekhar
A: 

If appfuse is not working, consider posting errors reported. Also, create your own maven archetype for spring/hibernate/struts2 application as mentioned in this blog post.

ring bearer