Skip to content
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

Closed
soliad opened this issue Apr 5, 2016 · 5 comments
Closed

Maven 3 requirement ? #93

soliad opened this issue Apr 5, 2016 · 5 comments
Labels

Comments

@soliad
Copy link

soliad commented Apr 5, 2016

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

@saudet
Copy link
Member

saudet commented Apr 9, 2016

If we lower the prerequisite to 3.0.0, the only info we get from mvn versions:display-plugin-updates is

[INFO] Require Maven 3.0.4 to use the following plugin updates:
[INFO]   org.sonatype.plugins:nexus-staging-maven-plugin ............... 1.6.6

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?

@soliad
Copy link
Author

soliad commented Apr 9, 2016

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.
(Will work as we don't use nexus-staging-maven-plugin 1.6.6)
But I would prefer to use directly the official version.

@saudet
Copy link
Member

saudet commented Apr 9, 2016

Right, I'll lower that to 3.0

@saudet saudet added the bug label Apr 9, 2016
@soliad
Copy link
Author

soliad commented Apr 9, 2016

Thanks a lot

saudet added a commit to bytedeco/procamtracker that referenced this issue Apr 9, 2016
saudet added a commit to bytedeco/procamcalib that referenced this issue Apr 9, 2016
saudet added a commit to bytedeco/procamcalib that referenced this issue Apr 9, 2016
saudet added a commit to bytedeco/procamcalib that referenced this issue Apr 9, 2016
saudet added a commit to bytedeco/javacpp-presets that referenced this issue Apr 9, 2016
@saudet
Copy link
Member

saudet commented May 19, 2016

Fixed in version 1.2. Thanks for reporting!

@saudet saudet closed this as completed May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants