PMD Warning

2008-04-03 Thread ichasco
Hi! I try to execute the pmd:check goal with maven 2 but while it is executing i recieve the next message: Unable to locate Source XRef to link to - DISABLED. At the end, the report it´s empty. Anybody knows which problem can i have? I use the follow pom.xml (a part of it): or

Re: How to compile a project in svn?

2007-10-23 Thread ichasco
Maven 2.O.X" page, add the url to your pom > "https:///svn/projectA/pom.xml"; and submit. > The project is now added with a default build definition ("clean install" > goals) that you'll can modify. > > Emmanuel > > ichasco a écrit : >&g

How to compile a project in svn?

2007-10-17 Thread ichasco
Hi all! I´m new with Continuum and I don´t have things very clear yet. I have a project created in subversion in the url https:///svn/projectA/ . My question is: how can I compile it with continuum ? Thank you very much -- View this message in context: http://www.nabble.com/How-to-comp

Re: Very newbie question

2007-10-15 Thread ichasco
what i have to do? Wayne Fay wrote: > > The question was really directed to the original poster, ichasco. > > I have seen other people new to Maven who seem to believe that they > must create archetypes themselves manually rather than simply reusing > the existing arche

Very newbie question

2007-10-15 Thread ichasco
Hi all, I have just started with maven and i have some questions. I have read the guide to creating archetype and i do not understand very well it. I know that i have to create an archetype.xml, pom.xml, ... but where i have to saved all these files? in .m2? where are stored archetypes? Thanks