Re: [M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-06 Thread Roberto UserList
Hi Jo! I think I was not clear enough. I configured in the pom.xml of my project all necessary dependencies, but, there is no correpondent ".pom" file for every ".jar" file in the local repository. Maven was able to ignore the absence of this ".pom" files when I executed it some monthes ago. But,

Re: [M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-06 Thread Jo Vandermeeren
Hi Roberto, If you define a dependency (or it gets pulled in transitively), your build will fail if it is not available. It is needed to correctly build your project. Tricking maven into thinking that it is not needed will usually result in a corrupt build. If you really don't need the dependency

[M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-05 Thread Roberto UserList
Hi all! I've been facing a problem when I run maven in the production environment, and it tries to load "drools-core-3.0.2.pom" pom file from local repository. My production environment is isolated from Internet, so It cannot access Ibiblio or any other remote repository and, in my local repositor