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
I have a typical maven project that I can open and edit in IntelliJ. In this project, I have some utility scripts to e.g. upload files to a remote directory etc..
The problem is that the JBang IntelliJ plugin does not work with these individual scripts inside a Maven project: Dependencies added via //DEPS are not recognised, and autocomplete does not work unless I move the script to the project source directory (src/main/java - and then only for dependencies added in project's pom.xml).
Can the plugin handle such a situation, or I have to open scripts in a parallel IDE?
Thanks
The text was updated successfully, but these errors were encountered:
I see. Thanks for the clarification. Then I also need to replicate the dependencies between the Jbang script and the POM file of the main project, but it's ok.
Hi,
I have a typical maven project that I can open and edit in IntelliJ. In this project, I have some utility scripts to e.g. upload files to a remote directory etc..
The problem is that the JBang IntelliJ plugin does not work with these individual scripts inside a Maven project: Dependencies added via
//DEPS
are not recognised, and autocomplete does not work unless I move the script to the project source directory (src/main/java
- and then only for dependencies added in project'spom.xml
).Can the plugin handle such a situation, or I have to open scripts in a parallel IDE?
Thanks
The text was updated successfully, but these errors were encountered: