-
Notifications
You must be signed in to change notification settings - Fork 586
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
Maven 3 requirement ? #93
Comments
If we lower the prerequisite to 3.0.0, the only info we get from
So yes it's not a problem as long as you're not going to deploy. Do you need to deploy? Or what is the issue? |
The issue is when I use the javacpp maven plugin, I got a failure just because I use maven 3.0.3 to build my wrapper. Basically I would have to rebuild javacpp and upload it to our internal nexus to bypass the requirement. |
Right, I'll lower that to 3.0 |
Thanks a lot |
Fixed in version 1.2. Thanks for reporting! |
Hi,
is this possible to drop the maven 3 requirement to 3.0.3 or 3.0.0 ?
(I got some constraint on my side that require me to use the version 3.0.3)
I just build the master with 3.0.3 and I don't see any issue
Regards
The text was updated successfully, but these errors were encountered: