Hi,
I am having an issue with maven and getting a file from within my
executable jar project.
I have the following code in my main
URL url = this.getClass().getResource("/comma.txt");
File commaFile = new File(url.getFile());
The issue is that the url that is fou
Hi,
I am not entirely sure this is the correct mailing list to post on for this
plugin. The net.sf.mavin-har seems to have no posts. But I will continue on
with my problem anyway. If there is a better place please let me know!
I have a multiple module project
The first module contains my hiberna