GitHub user logogin opened a pull request:

    https://github.com/apache/incubator-joshua/pull/24

    Maven multi-module project layout proposal

    Hey Joshua Team
    This is a proposal for the maven multi-module project layout. Please, do 
not merge - lets discuss it first.
    This change contains the following proposed layout:
    - joshua-parent
      - joshua-core 
      - joshua-servlet
    
    In the future we may add `joshua-cli` and etc. The idea is to strip out 
core functionality from the side features like HTTP server.
    `joshua-servlet` is actually an adapter to the Servlet 3.1 API. It will 
allow users to supply any relevant server implementation (Tomcat or Jetty). 
    `joshua-servlet/pom.xml` already contains predefined minimal Jetty 
configuration to run on `8080`.
    To build whole project (also runs test in sub-modules) just run:
    ```
    mvn install
    ```
    from the parent. To run jetty execute
    ```
    mvn jetty:run
    ```
    from `joshua-servlet` module.
    Please share your thoughts and comments about it. I will continue to update 
this pull request according to your feedback if needed.

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

    $ git pull https://github.com/logogin/incubator-joshua maven-multi-module

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

    https://github.com/apache/incubator-joshua/pull/24.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 #24
    
----
commit 523ce0677f5902d128c33ea7b2a2807ce39d8303
Author: Pavel Danchenko <danch...@amazon.com>
Date:   2016-06-07T12:22:59Z

    maven multi-module project layout; added joshua-servlet module to HTTP 
server functionality

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to