How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
I'm using cygwin bash on XP. I'm trying to start a simple project as per the instructions at http://docs.codehaus.org/display/MAVENUSER/Archetypes+List. Did there used to be a lot longer list of archetypes? I have MAVEN_HOME defined correctly (I hope). This was pointing at my maven 1.0 install

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread Wayne Fay
> I found http://openejb.apache.org/examples.html and tried them and when they > would not work, I posted in the ejb forum. But now that I see the results > below, I'm wondering if it is a maven problem instead of a bad openejb > example. 1. What "results below"? You didn't include anything in you

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
Ooops! Do I need to delete me repository? Sorry: here it is! bash-3.2$ mvn -e archetype:generate + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ---

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
> Ooops!  Do I need to delete me repository? > > [INFO] Required goal not found: archetype:generate in > org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7 If you look at the documentation, you'll see the generate goal was not added until 2.0-alpha-4, so this error message is correct. You

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread siegfried
Renaming .m2 to save.m2 seems to have fixed the problem. Thanks! Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? > >> Ooops! Do I need to delete me repository? >> >> [INFO] Required goal not found: archetype:generate in >> org.apache.maven.plugins:maven

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
> Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list > of archetypes? As I sent in a previous email... The listing of archetpes on the Maven User wiki is pretty complete, as far as I am aware. There are no specific archetypes for "session stateful ejb" -- just generic proj

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-09-12 Thread siegfried
create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ? > >> Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list >> of archetypes? > >As I sent in a previous email... >The listing of archetpes on the Maven User wiki is pretty com