We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13e7d8 commit cfd4c23Copy full SHA for cfd4c23
.gitignore
@@ -10,6 +10,7 @@
10
/release.properties
11
/target
12
.github/keys/
13
+.profiler/
14
15
# These are needed if running in IDE without properties set
16
/ibderby
.mvn/extensions.xml
@@ -17,6 +17,7 @@
17
18
-->
19
<extensions>
20
+ <!-- Usage as -Dprofile -->
21
<extension>
22
<groupId>fr.jcgay.maven</groupId>
23
<artifactId>maven-profiler</artifactId>
0 commit comments