-
I am trying to update the plugin for 0.9.3 and seeing some issues. Sorry if those are perhaps straightforward but my Java has been left a bit behind. So here are some issues:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @ypanagis Thanks for the log message (it always help). Alternatively, you could also commit to your fork so I could directly look at the code and try myself. It seems that there is still some references to old repositories or old plugin versions. NBM Plugin version 3.14 doesn't sound right as we should be at 4.5. My hypothesis is that you parent POM is outdated and is messing up things. In fact, you no longer need to have the parent pom locally as we publish it to Maven central. In other words, delete the file
|
Beta Was this translation helpful? Give feedback.
-
Building the plugin after the modifications you suggested, the plugin is being built but building Gephi fails with the message:
My
The NBM file works, though, and can be imported by Gephi. Would you suggest to commit this version? |
Beta Was this translation helpful? Give feedback.
-
Done the above, pushed and created a pull request but |
Beta Was this translation helpful? Give feedback.
Hi @ypanagis
Thanks for the log message (it always help). Alternatively, you could also commit to your fork so I could directly look at the code and try myself.
It seems that there is still some references to old repositories or old plugin versions. NBM Plugin version 3.14 doesn't sound right as we should be at 4.5. My hypothesis is that you parent POM is outdated and is messing up things. In fact, you no longer need to have the parent pom locally as we publish it to Maven central. In other words, delete the file
modules/pom.xml
and try again. Make sure your plugin modulefilterfromfile
has the proper parent pom: