You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by slomkowski <gi...@git.apache.org> on 2016/03/17 00:48:50 UTC

[GitHub] tomcat-maven-plugin pull request: tomcat7-maven-plugin deploy path...

GitHub user slomkowski opened a pull request:

    https://github.com/apache/tomcat-maven-plugin/pull/22

    tomcat7-maven-plugin deploy path from command line

    I've added the option to specify context path from command line when using self-contained JAR generated by the plugin.
    
    By default, deploy path is specified by parameter `<path>` in *pom.xml*. Now you can override it from command line using `-path='/deploy_path'`.
    
    I've noticed that `Tomcat7Runner` accepts `wars` with several deployable WARs specified, but since (AFAIK) puts only one WAR file, I assumed that modifying `wars` to be safe.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/1connect/tomcat-maven-plugin trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat-maven-plugin/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22
    
----
commit 70ff85fdef87332a616af86db5876b1612b9eec3
Author: Michał Słomkowski <m....@gmail.com>
Date:   2016-03-16T23:27:53Z

    add support for deploy path from command line

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org