-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to execute goal com.smoope.utils:j2objc-maven-plugin #16
Comments
|
I'm using Java SE 1.8.0_311
|
Could you try the latest snapshot version? It's 1.1.5-SNAPSHOT I guess. Or release 1.1.4 |
Yes, I tried with the latest snapshot 1.1.5 and I got that error |
I am not sure what's the reason currently, will investigate it later, once I have more time. But I think the issue is |
By removing the
But I set this one to download the sources:
What else should I do? |
I guess plugin knows nothing about bcprov-jdk15on dependency (because you removed it), so maybe try to bring them back, but instead of marking them optional - set specific versions?
|
Thanks @vicmosin ,I've tried to set specific version for all dependency and i was able to go ahead. this is my error It happens when j2objc try to convert this dependency |
@GIovaB6 sorry for delay. Apparently something wrong with dependency, does it work if you remove it? |
I set the maven plugin as described in the readme.
But when I call mvn j2objc:convert I got the following error:
If I run mvn with -e option I got:
org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found for prefix 'j2objc' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/ugochirico/.m2/repository), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots), central (https://repo.maven.apache.org/maven2)]
How can I fix that?
The text was updated successfully, but these errors were encountered: