Re: Tomcat plugin doesn't seem to be using build final name for context (seems to always use artifactId)

2009-12-17 Thread Olivier Lamy
Directory;   //where is private File warFile?? > >    // -- >    // Protected Methods >    // -- > >    /** >     * {...@inheritdoc} >  

RE: Tomcat plugin doesn't seem to be using build final name for context (seems to always use artifactId)

2009-12-17 Thread Martin Gainty
{ throw new MojoExecutionException( getMessage( "ExplodedMojo.missingWar", warDirectory.getPath() ) ); } } } it appears you found a BUG! good catch! Martin __ Please do not alter/modify this transmission. Thank You > Date

Tomcat plugin doesn't seem to be using build final name for context (seems to always use artifactId)

2009-12-17 Thread Rick R
I'm confused here. The docs http://mojo.codehaus.org/tomcat-maven-plugin/usage.html state that the default context is Context path of /${project.build.finalName} if no explicit one is given. In my war pom I have: dataselector-web but I later have dataselector The war builds fine to the n

Accessing artifact Final name in assembly plugin.

2008-07-10 Thread Kallin Nagelberg
Hi, I'm using a dependency set in an assembly of mine using the following config: false / group:artifact1 group:artifact1 group:artifact1 I w

RE: [m2] Final Name

2007-05-09 Thread Holt, Jack C.
: Wednesday, May 09, 2007 12:39 PM To: Maven Users List Subject: Re: [m2] Final Name [EMAIL PROTECTED] wrote: > Hi, > > How do i get the final name propery like i would the project version, > eg ${project.version}. > I have not tested, but my guess is ${project.finalName} -- Régis

Re: [m2] Final Name

2007-05-09 Thread Regis Decamps
[EMAIL PROTECTED] wrote: Hi, How do i get the final name propery like i would the project version, eg ${project.version}. I have not tested, but my guess is ${project.finalName} -- Régis (keep it simple) - To unsubscribe, e

[m2] Final Name

2007-05-09 Thread ben short
Hi, How do i get the final name propery like i would the project version, eg ${project.version}. Regards Ben Short - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Change the final name of the artifact in the repository

2007-02-14 Thread Jason van Zyl
name : i d'ont want groupId --> artifactId --> version --> artifactId-version-classifier.myextesion but i want groupId--> artifacId -->version --> myName.myextention Thanks in adance. -- View this message in context: http://www.nabble.com/Change-the- final-name-of-the-art

Re: Change the final name of the artifact in the repository

2007-02-14 Thread Wayne Fay
#x27;ont want groupId --> artifactId --> version --> artifactId-version-classifier.myextesion but i want groupId--> artifacId -->version --> myName.myextention Thanks in adance. -- View this message in context: http://www.nabble.com/Change-the-final-name-of-the-artifact-in-the-repositor

Change the final name of the artifact in the repository

2007-02-14 Thread gbois
ant groupId--> artifacId -->version --> myName.myextention Thanks in adance. -- View this message in context: http://www.nabble.com/Change-the-final-name-of-the-artifact-in-the-repository-tf3226450s177.html#a8962443 Sent from the Maven - Users m

Re: Final name

2006-11-06 Thread Wayne Fay
This is correct. Or rather, this is how is works under Maven. Wayne On 11/6/06, jiangshachina <[EMAIL PROTECTED]> wrote: In my mind, finalName the configuration just affect output file(jar, war, etc.) at target directory. If install or deploy the project, the final name st

RE: Final name

2006-11-06 Thread jiangshachina
In my mind, finalName the configuration just affect output file(jar, war, etc.) at target directory. If install or deploy the project, the final name still is artifactId-version. The format is specified by Maven. a cup of Java, cheers! Sha Jiang Laura Hinojosa wrote: > > D

Re: Final name

2006-11-06 Thread dawn.angelito
ot > necessarily reflect those of ObjectWave or its affiliates. > > > > > > -- View this message in context: http://www.nabble.com/Final-name-tf2584875s177.html#a7211212 Sent from the Maven - Users mailing list archive at Nabble.com.

RE: Final name

2006-11-06 Thread Laura Hinojosa
t: Re: Final name Yep. Set See http://maven.apache.org/ref/current/maven-model/maven.html On 11/6/06, Laura Hinojosa <[EMAIL PROTECTED]> wrote: > > Is there a way to change the Artifact's filename to something else > different from the artifactId-version

Re: Final name

2006-11-06 Thread Mykel Alvis
Yep. Set See http://maven.apache.org/ref/current/maven-model/maven.html On 11/6/06, Laura Hinojosa <[EMAIL PROTECTED]> wrote: Is there a way to change the Artifact's filename to something else different from the artifactId-version? Thank you Laura -

Final name

2006-11-06 Thread Laura Hinojosa
Is there a way to change the Artifact's filename to something else different from the artifactId-version? Thank you Laura This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named. If you are

Re: final name named after active profile id ?

2006-10-31 Thread Valerio Schiavoni
lerio Schiavoni <[EMAIL PROTECTED]> wrote: hello everyone, given the element myapp-${...} and given that i have few profiles which I activate through command-line system properties, is it possible to use the id of the active profile as part of the final name ? if for exampel i have: mvn -Ddb

final name named after active profile id ?

2006-10-31 Thread Valerio Schiavoni
hello everyone, given the element myapp-${...} and given that i have few profiles which I activate through command-line system properties, is it possible to use the id of the active profile as part of the final name ? if for exampel i have: mvn -Ddbms=postgres package -> my

Re: ear final name issue for installing into local repository

2006-10-19 Thread Wayne Fay
finalName only affects the artifacts produced in target. Otherwise, Maven uses the "proper" name derived from the pom.xml groupId and artifactId to name the item. There is no way to sync these names unless you change the name in the artifactId. Wayne On 10/19/06, Mick Knutson <[EMAIL PROTECTED

ear final name issue for installing into local repository

2006-10-19 Thread Mick Knutson
I am running mvn install and have this in my ear pom.xml: npi-${env}-${project.version} maven-ear-plugin 1.4 true

RE: [m1] final name and classpath in manifest file

2005-10-12 Thread Sean Hennessy
Have a look at the TRANSFORM feature.. http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpCm dLineMSI.htm -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 5:31 AM To: Maven Users List Subject: [m1] final name and

[m1] final name and classpath in manifest file

2005-10-12 Thread Wim Deblauwe
Hi, when setting a final name for a jar file (for instance to not include a version number in the name of the file), I get into problems with the generated manifest entry "Classpath". This one still includes the version numbered jars. Should this be considered a bug or is there a work