Re: cannot build project because of metadata file

2009-12-08 Thread lmk
I deleted it, tried to corret the xml format, but, it's always generated.. I removed the repository from the pom and it works.. dont know the causes of the issue. Wayne Fay wrote: > >>> Delete this file and try your build again. It is a corrupt XML file >>> (looks to be HTML) that was sent fr

Re: cannot build project because of metadata file

2009-12-07 Thread lmk
Wayne Fay wrote: > >> Cannot read metadata from >> 'C:\maven\repository\com\xx.parent\1.0-SNAPSHOT\maven-metadata-dev.jav.xml': >> end tag name must match start tag name from line 7 >> (position: > > Delete this file and try your build again. It is a corrupt XML file > (looks to be HTML) tha

cannot build project because of metadata file

2009-12-07 Thread lmk
Hi, a strange problem occurs on webapps project, I can't install a webapp project, the metadata file for the parent artifact is not well formed. I get the exception below: [INFO] Trace org.apache.maven.reactor.MavenExecutionException: Cannot find parent: xxx.parent for project: xx:webapp:war:1.0

Re: problem with mvn install

2007-12-04 Thread lmk
the build succeed for me, but the jar generate is wrong. it not includes the xml files on the root of project.it put's only package with classes.. willem84 wrote: > > It doesn't work for me, i need JSF stuff (javax.faces.component)... > > > lmk wrote: >>

Re: problem with mvn install

2007-12-04 Thread lmk
proble resolved. I delete Jboss central repository from the config file..now it works fine.. regards ! willem84 wrote: > > I have got exact the same problem... > Probably error in maven? (A) > > > lmk wrote: >> >> hello >> >> I get a strange prob

problem with mvn install

2007-12-04 Thread lmk
hello I get a strange problem traying to install project into local repository. maven try to get unfound versio of maven jar plugin. the error is [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin manager ex

tools to install dev environment

2007-08-06 Thread lmk
hello, my quation is not directly related to maven, but, i dont found the appropriate forum..it's about automatic setup for all developpement tools, like maven, eclipse, web server..setting environement variables... im looking for a quick manner to install all frameworks for developpers. like an

Re: compatibility Maven Eclipse 3.2 and wtp

2006-12-14 Thread lmk
I always have the same problem even with the command eclipse:eclipse -Dwtpversion=1.0. my .component is well composed... thanks! Carlos Sanchez-4 wrote: > > Does this help? > http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html > > On 12/12/06, lmk <[EMAIL

compatibility Maven Eclipse 3.2 and wtp

2006-12-12 Thread lmk
hi; i try to integrate maven multiproject on eclipse 3.2. i use tomcat 5.5, when i start the server, Eclipse dont publish the dependencies. is maven eclipse plugin compatible with the Eclipse 3.2, perhapse I must upgrade the pluging ?? how can i do that? thanks.. -- View this message in

Re: how to instal internal repository?

2006-03-20 Thread lmk
I actually copied the my local repository to the internal, I have uncommented the definition of the mirroirs sits. So, it seems that that functions to create a basic project, however, while trying to create a webapp, maven does not find the artifact corresponding in my internal (remonte reposito

Re: how to instal internal repository?

2006-03-17 Thread lmk
I have exactly the same parametrage and when I try to create an archetype I have the following error [ERROR] BUILD ERROR [INFO] -- [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: maven-archetype-webapp V

how to instal internal repository?

2006-03-17 Thread lmk
Hello, how to install my corporate repository? I dont want to use maven proxy (codehaus). I must install the essential archetype such as maven dependencies or plugins struts, jsf.. so that the station of the developer do not connected on ibiblio to charge the jars? the developers must use mav