Skip to content

Commit c184478

Browse files
committed
Move Maven extensions from .mvn/extensions.xml to pom.xml
1 parent c4e4206 commit c184478

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

.mvn/extensions.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@
175175
</dependencies>
176176

177177
<build>
178+
<extensions>
179+
<extension>
180+
<groupId>io.takari.maven</groupId>
181+
<artifactId>maven-profiler</artifactId>
182+
<version>1.1.0</version>
183+
</extension>
184+
<extension>
185+
<groupId>io.takari.maven</groupId>
186+
<artifactId>maven-timeline</artifactId>
187+
<version>2.0.4</version>
188+
</extension>
189+
</extensions>
178190
<plugins>
179191
<plugin>
180192
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)