Skip to content

Commit cd4a5f1

Browse files
committed
doc: updated README.md
1 parent e43d1c5 commit cd4a5f1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,27 @@ Edit `~/.m2/settings.xml` and add the following profile:
7777

7878
Edit 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:
8597
mvn 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.

0 commit comments

Comments
 (0)