Skip to content

Commit 31b3bce

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1519 Add some documentation about jqassistant in the root pom.xml
1 parent b6897dc commit 31b3bce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,13 @@
11891189
</profile>
11901190
<profile>
11911191
<id>jqassistant</id>
1192+
<!--
1193+
To run the analysis on the engine module and launch a Neo4j server accessible at http://localhost:7474/, run:
1194+
mvn -pl engine jqassistant:scan jqassistant:server -Pjqassistant
1195+
To run the analysis on the engine module:
1196+
mvn clean install -pl engine -Pjqassistant -DskipTests=true
1197+
Our rules are in jqassistant/rules.xml.
1198+
-->
11921199
<build>
11931200
<plugins>
11941201
<plugin>

0 commit comments

Comments
 (0)