Maven Tomcat Plugin Specific Properties File

2017-07-19 Thread Tony Chuinard
Is there anyway to load a specific properties file for the Tomcat plugin? I know about the section of the plugin config, but I am looking to point to a specific file when using tomcat7:run instead of having to code these properties into the pom.

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Olivier Lamy
correct ml. >> >>> Did you try with last trunk version from ASF (tomcat6/7 mojos) ? >> >>> For how to test that: see >> >>> http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/snapshot-test.html >> >>> >> >>> Yup normally

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Bin Lan
>>> Yup normally warSourceDirectory should do the job. > >>> Honestly I test more with cli (and not an eclipse user :-) ). > >>> Do you have issues running that with cli ? > >>> > >>> 2011/11/2 Bin Lan : > >>> > Hi all, > >

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Olivier Lamy
see >>> http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/snapshot-test.html >>> >>> Yup normally warSourceDirectory should do the job. >>> Honestly I test more with cli (and not an eclipse user :-) ). >>> Do you have issues running that with cli ? >>>

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Bin Lan
ning that with cli ? >> >> 2011/11/2 Bin Lan : >> > Hi all, >> > >> > I hope this message reaches the right user group. My question is pretty >> > simple. In maven-tomcat-plugin, how can I set the docBase path? >> Currently, >> >

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Bin Lan
d do the job. > Honestly I test more with cli (and not an eclipse user :-) ). > Do you have issues running that with cli ? > > 2011/11/2 Bin Lan : > > Hi all, > > > > I hope this message reaches the right user group. My question is pretty > > simple. In maven-tomca

Re: Set docBase in pom.xml for maven tomcat plugin

2011-11-02 Thread Olivier Lamy
lipse user :-) ). Do you have issues running that with cli ? 2011/11/2 Bin Lan : > Hi all, > > I hope this message reaches the right user group. My question is pretty > simple. In maven-tomcat-plugin, how can I set the docBase path? Currently, > my project is a Eclipse dynamic web

Set docBase in pom.xml for maven tomcat plugin

2011-11-01 Thread Bin Lan
Hi all, I hope this message reaches the right user group. My question is pretty simple. In maven-tomcat-plugin, how can I set the docBase path? Currently, my project is a Eclipse dynamic web project and all the webapp files are being stored inside ${basedir}/WebContent folder. Whenever I tried

MAven-tomcat-plugin

2007-08-01 Thread nmall
://www.nabble.com/MAven-tomcat-plugin-tf4203048.html#a11954885 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

[ANN] maven-tomcat-plugin 1.2.1

2005-11-24 Thread Nathan Coast
Hi, The codeczar team is pleased to announce a bugfix release of the maven-tomcat-plugin http://www.codeczar.com/products/maven-tomcat-plugin/ This build fixes two issues. 1) plugin now compatible with jdk 1.4 2) missing jar resources copied into target directory prior to jspc. maven

[ANN] maven-tomcat-plugin 1.2

2005-11-12 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the long overdue update to the maven-tomcat-plugin. This plugin represents a significant change over the previous version. The main focus has been improve developer productivity by reducing the time it takes to promote code changes into tomcat