Multi-module assembly with binaries with a custom directory structure

2011-03-12 Thread peter cornelius
I'm trying to move a project into maven but I need to provide a deployment to our integration environment with a directory structure that matches the legacy build. I've been trying to use the assembly plugin, and it's almost there, but I've got an extra layer of directories that I need to get rid

Re: [site] Where does the footer come from?

2011-03-12 Thread Antonio Petrelli
2011/3/12 Antonio Petrelli : > 2011/3/11 Dennis Lundberg : >> On 2011-03-11 17:10, Antonio Petrelli wrote: >>> Hi all >>> I am writing because I am struggling to find out how the Maven site >>> footer is generated. >>> For example, at Tiles project site [1]: >>> >>> I see: >>> Copyright © 2001-2010

Re: [site] Where does the footer come from?

2011-03-12 Thread Antonio Petrelli
2011/3/11 Dennis Lundberg : > On 2011-03-11 17:10, Antonio Petrelli wrote: >> Hi all >> I am writing because I am struggling to find out how the Maven site >> footer is generated. >> For example, at Tiles project site [1]: >> >> I see: >> Copyright © 2001-2010 Apache Software Foundation. All Rights

Re: [ANN] license-maven-plugin 1.0-beta-1 Released

2011-03-12 Thread Jesse Farinacci
Congratulations, this is a fantastic plugin! On Sat, Mar 12, 2011 at 1:55 PM, chemit wrote: > The Mojo team is pleased to announce the release of the > license-maven-plugin version 1.0-beta-1. -Jesse -- There are 10 types of people in this world, those that can read binary and those that can n

[ANN] license-maven-plugin 1.0-beta-1 Released

2011-03-12 Thread chemit
Hi, The Mojo team is pleased to announce the release of the license-maven-plugin version 1.0-beta-1. Mojo's license plugin deals with all the license stuff of a maven project, such as - downloads licenses of all dependencies - generates a third-party file of all dependencies - adds license hea

Re: variable for poms. SOS

2011-03-12 Thread Wendy Smoak
On Fri, Mar 11, 2011 at 10:56 PM, koxkorrita wrote: > yes, i use snapshots but how can i use one variable for change it only into > one place? If you're going to use a property to control a version number, it should go in a pom towards the top of the project hierarchy, not in settings.xml. (The

Fwd: Maven multi module project assembling problem

2011-03-12 Thread w ostrowski
-- Forwarded message -- From: w ostrowski Date: 2011/3/12 Subject: Maven multi module project assembling problem To: users-subscr...@maven.apache.org Cc: dev-subscr...@maven.apache.org Hi everyone, I have an issue with assembly plugin and I'm working with this few days now. My