Add classes corresponding to the xBaseWar
war to the provided classpath in intellij
#37
Labels
enhancement
New feature or request
has-jira-ticket
Corresponding ticket has been opened in the Xenit Jira for planning
help wanted
Extra attention is needed
For debugging Alfresco related things, it is nice to have all alfresco classes available in IntelliJ IDEA, so they can be found and looked at.
Adding an extra configuration that contains the
classes
variant seems to work. It pulls in transitive dependencies of the war as well. We can then add that configuration to the 'provided' scope with theidea
plugin.Example that works directly in the build.gradle:
The text was updated successfully, but these errors were encountered: