Benson Margulies created HTTPCORE-406:
-----------------------------------------
Summary: Refactor some test code to be sharable with OSGi tests
Key: HTTPCORE-406
URL: https://issues.apache.org/jira/browse/HTTPCORE-406
Project: HttpComponents HttpCore
Issue Type: Task
Reporter: Benson Margulies
Fix For: 4.4.1
It would be good to use the test server when testing the OSGi bundle. However,
it's in src/test/java.
There are three ways to reuse it:
*
[https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html]
business
* create another Maven subproject.
* [http://www.mojohaus.org/build-helper-maven-plugin/add-test-source-mojo.html]
and borrow the source directory.
While I'd usually consider the third to be really ugly, it does make it easy to
get the server into the 'test bundle' built by pax-exam.
I intend to try to work out how to use the first alternative.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]