OpenLiberty / ci.maven

Maven plugins for managing Liberty profile servers #devops
Apache License 2.0
126 stars 90 forks source link

Determine if all calls to `executeMojo` should use a cloned MavenSession #1734

Open cherylking opened 1 year ago

cherylking commented 1 year ago

After the change in PR #1732 , determine whether all calls to executeMojo should call the clone method on the MavenSession and call setCurrentProject to ensure the correct project is used in multi-module scenarios.