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
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
I hit troubles to get imported some of the maven projects. Particularly I would like to import WildFly (https://github.com/wildfly/wildfly) but the maven import shows no source files being found. Setting whole class path by hand with "Empty Java Source Group" is painful. Is that something to do for get such a maven project being imported fine?
The text was updated successfully, but these errors were encountered:
Awesome! Thanks @ochaloup for reporting this one AND providing an example project. With that project I have been able to reproduce your issue. I'll look into it as soon as possible.
Adding the jars for the classpath by hand can be painful, I know. But you can just export them to a folder using the mvn dependency:copy-dependencies command, ctrl + a them and drag'n'drop them into the Sourcetrail Classpath listbox. Hope this helps for now :)
@mlangkabel great, thank you. The tip with the mvn dependency:copy-dependencies works quite satisfactory. I didn't know about this plugin. Now I can happily start to really experiment with the Sourcetrail. By me a really interesting project, thank you.
I forgot to backping the question #403 where the similar issue is discussed.
I hit troubles to get imported some of the maven projects. Particularly I would like to import WildFly (https://github.com/wildfly/wildfly) but the maven import shows no source files being found. Setting whole class path by hand with "Empty Java Source Group" is painful. Is that something to do for get such a maven project being imported fine?
The text was updated successfully, but these errors were encountered: