Re: Embedding maven

2008-09-17 Thread Marcelo Morales
You may ask for help on mevenide.codehaus.org, since they code IDE plugins for eclipse and netbeans and use the embedder to run maven inside the IDE. Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Include source with the compiled files

2008-08-28 Thread Marcelo Morales
-DperformRelease=true ... is it still around? Marcelo Morales On Wed, Aug 27, 2008 at 2:30 PM, raja72 [EMAIL PROTECTED] wrote: Is there an option in Maven (mvn install or other commands) to include the source files with the compiled classes in the target folder? Thanks in advance, Raja

Re: Dependency from repository?

2008-08-27 Thread Marcelo Morales
BTW, the last version of hibernate is at jboss repo: http://repository.jboss.com/maven2/ On Wed, Aug 27, 2008 at 4:29 AM, Adrian Shum [EMAIL PROTECTED] wrote: as far as I remember, Hibernate deploys its artifacts to its own repository. So you have to add that repository to your settings.xml

Re: when maven2 downloads dependencies

2008-08-25 Thread Marcelo Morales
Hello You can use the maven repo on java.net, which contains facelets. https://maven-repository.dev.java.net/ Don't know if it is a good policy though. Is there a way to make them use the central repo? Regards Marcelo Morales On Mon, Aug 25, 2008 at 10:58 AM, Jeudy, Guillaume [EMAIL PROTECTED