Enterprise Application Project done in Eclipse to Maven Structure

2007-10-05 Thread LukeLallu
I already have an Enterprise Application Project Developed in WSAD, now I want to convert it to Maven Struture. How to do it. Its Urgent. -- View this message in context: http://www.nabble.com/Enterprise-Application-Project-done-in-Eclipse-to-Maven-Structure-tf4574632s177.html#a13057758 Sent

How to use mvn eclipse:eclipse

2007-10-04 Thread LukeLallu
I created a EAR Project using the following cammand mvn -U archetype:create -DgroupId=com.mycompany.app -DartifactId=my-ear-app -Dpackagename=com.mycompany.app -DarchetypeArtifactId=maven-archetype-j2ee-simple Then I ran mvn eclipse:eclipse I wanted to open as an Exsisting project(my-ear-app)

Re: How to use mvn eclipse:eclipse

2007-10-04 Thread LukeLallu
, and remove all the project references. Then do the same with the .classpath, removing the classpath entries from it. On 10/4/07, LukeLallu [EMAIL PROTECTED] wrote: I created a EAR Project using the following cammand mvn -U archetype:create -DgroupId=com.mycompany.app -DartifactId=my-ear-app

Re: Maven Plugin for Eclipse 2.0

2007-10-03 Thread LukeLallu
requires feature com.ibm.wswb (2.1.1), or compatible. XML Tools (5.1.0): Feature requires feature com.ibm.wswb (2.1.1), or compatible Please do help. I stuck for the whole day. Regards Luke Wendy Smoak-3 wrote: On 10/3/07, LukeLallu [EMAIL PROTECTED] wrote: But could not install

Maven Plugin for Eclipse 2.0

2007-10-03 Thread LukeLallu
Downloaded the maven plugin also from http://m2eclipse.codehaus.org/ http://m2eclipse.codehaus.org/update-dev/ http://m2eclipse.codehaus.org/update/ (Site given by Apache itself) Tried from http://www.eclipseplugincentral.com/modules.php too But could not install it as all these versions are

Re: Maven Plugin for Eclipse 2.0

2007-10-03 Thread LukeLallu
a pom.xml file) and run mvn eclipse:eclipse to generate the .classpath and .project files for Eclipse. Then you can point Eclipse at those files and it should successfully open/import your project. Wayne On 10/3/07, LukeLallu [EMAIL PROTECTED] wrote: I am very new to Maven, How do I do 'mvn