Add myfaces-impl test jar to maven repo
---------------------------------------
Key: MYFACES-2834
URL: https://issues.apache.org/jira/browse/MYFACES-2834
Project: MyFaces Core
Issue Type: Improvement
Components: build process
Affects Versions: 2.0.1
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
In myfaces-impl there is some test cases that works with myfaces-impl
internals. It could be good to publish them on maven repo, so we can add them
as dependency in other projects. The most useful class is
org.apache.myfaces.view.facelets.FaceletTestCase. In this way we can create
test cases that takes .xhtml files directly and construct component tree
directly, saving a lot of time on testing.
The idea is, in the future if this stuff is useful for other projects, to put
it in a separate module, but for now I think do it in this way will work fine.
Right now, myfaces-api tests jar is published on maven repo too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.