You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin on its own seems to work alright, it compiles and extracts dependencies during build phase, but question stands: how do you use it with other plugins that provide executables? ex. codehaus appassembler plugin. So far I've came up with the following pom.xml, but when trying to run the app executable, I get that liblibnativeclock-1.0-SNAPSHOT is not available on classpath. Upon further inspection I see that in generated repo folder, there's the libnativeclock.nar file, but it doesn't seem to be extracted. At runtime java.class.path property seems to include the libnativeclock.nar file.
The plugin on its own seems to work alright, it compiles and extracts dependencies during build phase, but question stands: how do you use it with other plugins that provide executables? ex. codehaus appassembler plugin. So far I've came up with the following pom.xml, but when trying to run the
app
executable, I get thatliblibnativeclock-1.0-SNAPSHOT
is not available on classpath. Upon further inspection I see that in generated repo folder, there's thelibnativeclock.nar
file, but it doesn't seem to be extracted. At runtimejava.class.path
property seems to include thelibnativeclock.nar
file.The text was updated successfully, but these errors were encountered: