Maven newbie, what next?

2008-04-30 Thread gezhall

Hi all. I'm getting started with Maven, have followed the site docs, and have
used 
http://today.java.net/pub/a/today/2007/03/01/building-web-applications-with-maven-2.html
this  great intro tutorial I found . 

So, I have setup a project which has a lot of source code. I can compile it
and create a jar file with maven from the command line, getting all the pom
dependencies, while I develop in Eclipse. But I'm not sure about the next
steps. My project is Spring based, contains a lot of config and property
files, which are not yet included in the project, and I want to deploy the
app to tomcat the way I would with my ant scripts. 

I'm not quite sure where to look next for some examples, any pointers would
be greatly appreciated!
-- 
View this message in context: 
http://www.nabble.com/Maven-newbie%2C-what-next--tp16980070s177p16980070.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Maven newbie, what next?

2008-04-30 Thread Mark Struberg
Take a look at

http://maven.apache.org/articles.html

'Better builds with Maven' and 'The Definitive Maven Guide' are really good 
books. 


For eclipse, you may look at the m2eclipse plugin.
http://m2eclipse.sonatype.org


LieGrü,
strub


--- gezhall [EMAIL PROTECTED] schrieb:

 
 Hi all. I'm getting started with Maven, have followed the site docs, and have
 used 
 http://today.java.net/pub/a/today/2007/03/01/building-web-applications-with-maven-2.html
 this  great intro tutorial I found . 
 
 So, I have setup a project which has a lot of source code. I can compile it
 and create a jar file with maven from the command line, getting all the pom
 dependencies, while I develop in Eclipse. But I'm not sure about the next
 steps. My project is Spring based, contains a lot of config and property
 files, which are not yet included in the project, and I want to deploy the
 app to tomcat the way I would with my ant scripts. 
 
 I'm not quite sure where to look next for some examples, any pointers would
 be greatly appreciated!
 -- 
 View this message in context:
 http://www.nabble.com/Maven-newbie%2C-what-next--tp16980070s177p16980070.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 


  __
Gesendet von Yahoo! Mail.
Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]