Hoping someone can help me with this strange one. I’m trying to run the webstart plugin but it doesn’t seem to be able to find the main class within the ...
The 'maven-release-plugin' has this feature, but it is not available as separate goal.
I think I have seen this functionality somewhere, but I can't find it again. Would be great if ...
I just run into the some-dependencies-use-same-resource-problem. I tried to build a jar that de/serializes XML via EMF. First i tried it via assembly plugin:
"java.util.MissingResourceException: The string resource '_UI_DiagnosticRoot_diagnostic' could not be ...
I am looking for a tool, ideally a maven plugin, which can analyse a project and outputs a dependency graph. The graph would show the dependencies between classes, and the output ...
A common Maven debugging technique is to use mvn dependency:tree to view the graph of project dependencies.
However, this list shows the project dependencies, not the plugin dependency ...
I use the maven plugin org.fornax.toolsupportfornax-oaw-m2-plugin Version 3.2.1 to generate java sources via (xtext) xpand. So I need the xtext dependency to run the plugin.
But I do not know how ...