-
Notifications
You must be signed in to change notification settings - Fork 101
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
<classpath/> doesn't work well in 3.0.0, the latest version in maven repository #266
Comments
We face the same issue. So far, we didn't find a workaround, which makes that we cannot use this plugin right now 😢 |
ping me in a week, you can also drop a line on dev list 😄 Can you link PR / commit which fix it? |
Thank you for your answer @slawekjaranowski |
Hi @slawekjaranowski , here is a ping as requested 😃 |
We have plan to release at next weekend. I close it as fixed |
Thanks @slawekjaranowski : I did a quick test with the current code (master branch) and verified that it solved this issue. |
You can probably close #173 as well 😃 |
specialArg is updated only when
isLongModulePathArgument( specialArg ) || isLongClassPathArgument( specialArg )
returns true,but it can't because specialArg's default value is null.
I find that this issue has been fixed in master branch.
when do we release the next version?
exec-maven-plugin/src/main/java/org/codehaus/mojo/exec/ExecMojo.java
Line 675 in 9705839
The text was updated successfully, but these errors were encountered: