Re: Testing plugins in JUnit 5

2022-11-06 Thread Russell Gold
Not sure why it would be any different from testing anything else with external dependencies. You can see some examples at https://github.com/oracle/weblogic-monitoring-exporter/tree/main/build-helper-mojo/src > On Nov 5, 2022, at 7:07 AM, Mark Raynsford > wrote: > > Hello! > > As the

Re: Help with shading jar

2020-07-07 Thread Russell Gold
Are they part of the same build? Can you create a minimal example and post it to GitHub? There’s really not enough detail to understand what you are trying to do. > On Jul 2, 2020, at 5:18 PM, Quiyan H wrote: > > Hi All > I am stuck with one shading stuff, Need help if there is known way out.

Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Russell Gold
If you go to the project page https://maven.apache.org/plugins/maven-jdeprscan-plugin/, you will see more information, including how to check out the sources: svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-jdeprscan-plugin-3.0.0-alpha-1 maven-jdeprscan-plugin and how

Re: [jira] (SUREFIRE-1424) javax.transaction.TransactionManager not visible with Java9

2017-11-08 Thread Russell Gold
Is there a way to disable this hack? I am trying to build the glassfish-corba project , which defines its own version of classes in the javax.rmi.CORBA package, and having --add-modules java.se.ee on the command line means that those classes aren’t

Mojo testing with JUnit 4?

2017-01-27 Thread Russell Gold
Are there versions of the base test cases (AbstractMojoTestCase, PlexusTestCase) that are usable with JUnit 4? If not, has anyone published a pattern for testing mojos with JUnit 4? - To unsubscribe, e-mail: