Re: Usage of ${appserver.home} in ~/.m2/archiva.xml

2007-05-05 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 5/5/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: I updated the tomcat installation page : http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat Emmanuel, can you review items 5 and 7 on that page? Both are talking about appserver.base. I removed #7, I

plz help me

2007-05-05 Thread nikunj parmar
Dear sir , I have face problem in hibernate :- 1. null pointer exception 2. .cannot find resource specified in hibernate.cfg.xml file ] plz give me solution, Thanks regards Nikunj

Re: What is the Best practice for generating variations of an artifacts?

2007-05-05 Thread Vincent Massol
Good summary of the different options Franz! For the moment I'm happy with the solution I have found but I may revisit it in the future, who knows. For those interested here's a working example: svn checkout svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki/trunk/web Check the

Preventing a dependency getting included

2007-05-05 Thread Amit Prahesh
Hello, I started a new little web application for in-house use (I will be using basically the Spring Framework.) Below you will find the pom.xml for the app (code-named proteus.) Management decided some time ago to use Ubuntu Server 6.06 for the production servers, and Ubuntu has native Tomcat

Re: Question: rpm-maven-plugin and /usr/lib/rpm/check-files

2007-05-05 Thread Bob Allison
There is no command-line option to change this, so there is nothing the plugin can do to help you. My best guess to try would be to make a file in your home directory named .rpmrc and put the following line in it: _tmppath /where/you/want/var/tmp/to/be - Original Message - From:

RE: Maven Community news @ blog.octo.com

2007-05-05 Thread Philippe Kernevez
I know another one, more simple for beginner: clover plugin http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clover-plugin Surprising, both projects have the same author: Vincent ;-) -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: vendredi 4 mai 2007

Re: Question: rpm-maven-plugin and /usr/lib/rpm/check-files

2007-05-05 Thread Erez Nahir
Thanks Bob, I will try it. Erez. Bob Allison wrote: There is no command-line option to change this, so there is nothing the plugin can do to help you. My best guess to try would be to make a file in your home directory named .rpmrc and put the following line in it: _tmppath

Re: Preventing a dependency getting included

2007-05-05 Thread Wayne Fay
You should be able to do this by adding an exclusions/ node to the spring dependency/ node. This is pretty well documented on the Maven site [1], so I think you can figure out the details. [1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Wayne On

Re: Eclipse RCP/PDE building and Maven

2007-05-05 Thread Carlos Sanchez
I think we need an Eclipse section in the wiki and put all the pages under that Also another thing I wanted to do is cleanup the maven eclipse plugin, deprecate all OSGi stuff in favor of the Felix bundle plugin, and improve the Eclipse plugins to Maven repository conversion, so we can run it as

Extra directory level being created by Assembly in Maven 2.0.6, as compared with 2.0.4

2007-05-05 Thread Marshall Schor
When running with Maven, 2.0.4, the following assembly XML works OK, but generates wrong output in Maven 2.0.6: assembly idbin/id formats formattar.gz/format formattar.bz2/format formatzip/format /formats includeBaseDirectoryfalse/includeBaseDirectory !-- This tag is only