File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,27 @@ Edit `~/.m2/settings.xml` and add the following profile:
7777
7878Edit your ` pom.xml ` and add the following:
7979
80- ``` bash
80+ ``` xml
81+ <project >
82+ <build >
83+ <extensions >
84+ <extension >
85+ <groupId >com.intuit</groupId >
86+ <artifactId >maven-build-scanner</artifactId >
87+ <version >1.0.0-SNAPSHOT</version >
88+ </extension >
89+ </extensions >
90+ </build >
91+ </project >
92+
8193```
8294
8395``` bash
8496# Create your first scan:
8597mvn install
8698```
8799
88- View your first scan at < http://localhost:3000 > . The page will show:
100+ This will print out a URL to the report . The report will show:
89101
90102* A timeline of the build, so you can see how effective concurrency is being used.
91103* A pie chart showing the Maven plugins that took the longest.
You can’t perform that action at this time.
0 commit comments