-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I select packages with wildcard ? #61
Comments
it is java regexp based so try something like |
Hello Joel, in fact, your feature doesn't work :-( Below, the stacktrace throws by the mojo : I think the filtering of full qualified name classes (based on java regexp) is maybe realised after loading classes with Class.forName() for example ? For me, there are 2 solutions to solve this problem:
I can write and push a pull-request if needed. What do you think ? Thanks for your help. Best Regards, |
My bad I gave incorrect information, there is no support for regex when specifying packages. If you believe this is not working, please provide a project sample to reprocude the issue. Hope it helps! |
Hello Joel, I created a project sample to reproduce the problem described in issue #61. The problem occured when a class extends an another class which is in a library injected in provided scope. What do you think ? Best regards, |
Thanks I will look at it after I release assertj-core 3.14.0, likely in a few weeks. |
Hello Joel, other question : when I build the mojo with maven in command line, I have 2 failures. Why ? stdout_maven_clean_install.txt Thank's a lot, |
👀 |
Hello,
In the maven plugin assertj-assertions-generator-maven-plugin:2.2.0, I will like to select all classes in the "model" subpackages. Of course, I have multiple "model" subpackages in my project.
I didn't make it work, my actually pom.xml configuration is :
fr.mycompany.**.model
Did I make some mistakes in configuration ?
Or is this functionality with wildcards is unvailable ?
Thanks for your help !
Best Regards,
Fabien
The text was updated successfully, but these errors were encountered: