laxmiraghu wrote:
Hi Ron,
Thanks again for the info. I'm getting to know more about platforms and
technology from you.
One good news. I could able to run my first spring standalone java
application on eclipse and run it using tomcat server.
But still haven't tried developing a web application.
I could able to successfully install M2Eclipse, Subclipse, Mylyn, JDT (which
are required for plugging maven to eclipse) and
SpringIDE , DLTK, WTP for integrating spring with Eclipse. Now everything is
thro' with plugin installation.
But i'm new to MAVEN. So, need to learn how to use maven for building
jar/war files thro' eclipse. In case, if you know, please pass the
information.
THank you so much for all your help. I really appreciate it.
Regards,
Laxmi
If I recall correctly, you just select the pom file, right-click to get
the menu and select "run as" and pick "maven install"
The pom file includes a "package" tag that tells maven what you want the
output to be (war or jar or whatever) .
The Apache maven documentation is a classic example of the depths (abyss
=>abysmal) that open source documentation can reach.
Don't even bother.
Read this instead. http://www.sonatype.com/book/reference/public-book.html#
Ron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]