Hibernate Archives (.har files) with Maven 2

2005-12-24 Thread Eric Crampton
JBoss supports deployment of special "Hibernate Archives" [1] (.har files). These are simply a .jar with a different extension and a special file in META-INF. Is there a way to have Maven 2 write out the file as a .har file? If I can generate them directly, can Maven 2 cope with one of thes

Re: building one module of a multi-module project

2005-12-24 Thread dan tran
mvn compile at the parent wont work. It compile fine module A first. But it does not install A into local repo so that module B can pickup. So correct way is maven install -D On 12/24/05, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > > Suppose I have a multi-module setup, with one parent pro

building one module of a multi-module project

2005-12-24 Thread Tom Huybrechts
Suppose I have a multi-module setup, with one parent project containing two modules moduleA and moduleB, and moduleB has a dependency on module A. If I do 'mvn compile' in the parent project, the compile for moduleB will nicely use the output directory of moduleA on its classpath (after compiling

Re: Maven debugging HOWTO

2005-12-24 Thread Carlos Sanchez
There's a easiest (I think) way using remote debugging export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005" and in eclipse run - debug - new - remote java application port is the 5005 specified before Then you run mvn and hit de

Re: Maven debugging HOWTO

2005-12-24 Thread Anonimac Anonimac
Jochen, thank you for this. I tried with embedder(didn't work), so this will really help me. On 12/23/05, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > > Hi, > > it took me some time to figure this out, so it seems worth sharing. > > Jochen > > -- > Often it does seem a pity that Noah and his part

Re: hibernate transitive dependencies

2005-12-24 Thread Carlos Sanchez
You can provide the poms following instructions here http://maven.apache.org/guides/mini/guide-maven-evangelism.html so they are updated in ibiblio. Somebody has to do it first On 12/24/05, Koen Maes <[EMAIL PROTECTED]> wrote: > Hibernate being the example of transitive dependencies everywhere. >

hibernate transitive dependencies

2005-12-24 Thread Koen Maes
Hibernate being the example of transitive dependencies everywhere. I didnt get it to work - after some investigation i noticed most directories on ibiblio have a last modification 8-november. Except for the directories containing version 2.1.4 and version 3.0.2. Somebody updated the POMs there l

Re: disable maven i18n output message

2005-12-24 Thread Ken Perl
Yes, it is 1.92, maven-xdoc-plugin-1.9.2. On 12/9/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi Ken, > > What is the release of the xdoc plugin ? > The 1.9.2 ? Can you check it with "maven -i" > > Arnaud > > > On 12/9/05, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > > > Hi Ken > > > > Loo