Hello Ron, Thanks for your reply. Where I work there is no use of scripts for creating projects. There is a base model that is used to create projects, but is not based on Maven, or Ant, it was created by the company. There is a "standard way", but this is not I am worried about. Right now, I am just worried with having a project without Maven that "would do" the same as the Maven project "would do". And this is what I am not understanding. I disabled the Maven nature of the project, added all the jars that where necessary to the project, and it won´t work. That´s why I asked if there were other necessary steps to make besides disable the Maven nature of the project and add the libs. Is there other points that I should pay attention when I disable the Maven nature of a project? What are they? Thanks for your attention.
Ron Wheeler wrote > You probably need to start by finding out how everyone at your > organization builds projects. > For example, do they use a set of Ant scripts? > > Maven gives you a standard way to do things but if your organization is > not using Maven, it probably has a "standard" way that all of the > projects are built. > You may also need to restructure your source tree to match the > organization's way of organizing a project. > > I can not think of any reason why it would be necessary to remove the > pom.xml or tell Eclipse anything after you have removed the Maven nature. > > No one here can tell you how your organization builds its applications > and that is what you need to find out. > > Ron > > On 05/08/2013 12:17 PM, flmaven wrote: >> Hello, >> English is not my native language; please excuse typing errors. >> I need to "unmave" a project because in the place I work Maven is not >> used. >> The problem is that I downloaded a lot of source-code from a book and all >> it´s content are Maven Projects. >> I found easy to make the projects work as Maven Projects... just import a >> Maven Project, configure my application server - I am using Jboss 7.0, >> and >> run them. I could easily configure this projects after testing it and >> change >> them to my needs. >> But since we don´t use Maven here, I started trying to disable the Maven >> nature of a project and I couldn´t get the project to work. I deleted the >> pom.xml file and added the libs that were necessary to the project >> classpath >> - after clicking in the Eclipse IDE to disable Maven nature. >> Is there any other configuration needed? When I want to "unmaven" >> project, >> in addition to the libs, what should I pay attention? >> Thanks for your attention. >> >> >> >> -- >> View this message in context: >> http://maven.40175.n5.nabble.com/Unmaving-a-project-tp5766830.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] >> >> > > > -- > Ron Wheeler > President > Artifact Software Inc > email: > rwheeler@ > skype: ronaldmwheeler > phone: 866-970-2435, ext 102 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] -- View this message in context: http://maven.40175.n5.nabble.com/Unmaving-a-project-tp5766830p5766898.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]
