Re: Problem with multi-module site

2013-06-21 Thread Lukas Theussl
Hi Russel, I checked your project at http://russgold.github.io/russgold/maven-video/sample10.zip Your site directory is in the project's root directory, it should be in src/site/ HTH, Lukas Russell Gold wrote: Hi Lukas, My problem is that the custom menus don't even show up in the

Re: Problem with multi-module site

2013-06-21 Thread Russell Gold
Lukas, Thank you so much! I looked at it again and again and just never noticed that! Russ On Jun 21, 2013, at 4:53 AM, Lukas Theussl ltheu...@apache.org wrote: Hi Russel, I checked your project at http://russgold.github.io/russgold/maven-video/sample10.zip Your site directory is in

Re: dependency:list -DincludeScope=compile lists compile scope for transitive dependencies of test scope items

2013-06-21 Thread Peter Kahn
Oh, it's a bug (http://jira.codehaus.org/browse/MNG-3089) explained in this thread http://www.mail-archive.com/dev@maven.apache.org/msg68011.html but not fixed. Peter On Thu, Jun 20, 2013 at 6:03 PM, Peter Kahn citizenk...@gmail.com wrote: Hi all, Do I have a problem with

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
I looked at the War plugin link but I don't think I got anything out of it. I Google'd for what an assembly descriptor file is and I think this is where I need to exclude the org.apache.axis2:addressing instruction. I've tried all areas in both the fileSets and dependencySets area but no luck.

Re: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Wayne Fay
I looked at the War plugin link but I don't think I got anything out of it. I Google'd for what an assembly descriptor file is and I think this is where I need to exclude the org.apache.axis2:addressing instruction. I've tried all areas in both the fileSets and dependencySets area but no luck.

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
Again I'm showing my noobie status. I needed to create a client web service for the database connectivity module. This is where I added the dependency on axis2. Without the .mar file the response coding for the client request call fails. dependency groupIdorg.apache.axis2/groupId

Re: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Wayne Fay
I needed to create a client web service for the database connectivity module. This is where I added the dependency on axis2. Without the .mar file the response coding for the client request call fails. I understand this. You also said the monitor project uses the database connectivity

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
Thanks you have been very helpful. The monitor project does not need the axis2 addressing mar but it is 'grabbing' it. In the monitor's assembly.xml file and pom.xml there is no reference to axis2. The only reference to it is in the database connectivity project. I'm starting to read the

Re: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Wayne Fay
The monitor project does not need the axis2 addressing mar but it is 'grabbing' it. In the monitor's assembly.xml file and pom.xml there is no reference to axis2. The only reference to it is in the database connectivity project. In that case, most likely you can simply adjust your current