kusalk commented on PR #731:
URL: https://github.com/apache/struts/pull/731#issuecomment-1683779615

   > What do you mean by that?
   
   Since `struts2-junit-plugin` depends on other plugins (such as 
`struts2-convention-plugin`, `struts2-portlet-plugin`, 
`struts2-velocity-plugin`), it's impossible to use `struts2-junit-plugin` 
within those plugins to write unit tests (it creates a cyclic dependency). We 
either need to move the unit tests for these affected plugins into their own 
modules (quite odd), or what would be better is to not have 
`struts2-junit-plugin` depend on any other plugins.
   
   > I was planning to drop support for Portlets in Struts 7.x
   
   That's fine, I'll try reorganise the modules slightly until then - otherwise 
I can't unit test `struts2-velocity-plugin`!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to