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 command mvn -Plsif-java -DskipTests clean verify will then produce SemanticDB files. The benefit of this approach is that it's possible to commit this change to pom.xml. The lsif-java dependency is only added when the command-line flag -Plsif-java is enabled.
The downside of this approach:
the semanticdb-javac dependency version is hardcoded and needs to be kept up-to-date
it doesn't seem possible to add profiles via settings.xml, which would make it possible for lsif-java index to automatically use profiles instead of the custom javac executable approach
The text was updated successfully, but these errors were encountered:
The following configuration can be added to pom.xml to configure lsif-java
The command
mvn -Plsif-java -DskipTests clean verify
will then produce SemanticDB files. The benefit of this approach is that it's possible to commit this change to pom.xml. The lsif-java dependency is only added when the command-line flag-Plsif-java
is enabled.The downside of this approach:
lsif-java index
to automatically use profiles instead of the custom javac executable approachThe text was updated successfully, but these errors were encountered: