This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ef1f2f4209589a1f81b6cef9c4de1165abcaaba6 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Jun 25 13:13:03 2021 +0700 JAMES-3621 Reindent plugin --- server/apps/jpa-smtp-app/pom.xml | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/server/apps/jpa-smtp-app/pom.xml b/server/apps/jpa-smtp-app/pom.xml index 126f911..94e94b9 100644 --- a/server/apps/jpa-smtp-app/pom.xml +++ b/server/apps/jpa-smtp-app/pom.xml @@ -120,25 +120,26 @@ </dependencies> <build> - <plugins> <plugin> - <groupId>com.googlecode.maven-download-plugin</groupId> - <artifactId>download-maven-plugin</artifactId> - <executions> - <execution> - <id>install-glowroot</id> - <goals> - <goal>wget</goal> - </goals> - <phase>package</phase> - <configuration> - <url>https://github.com/glowroot/glowroot/releases/download/v0.13.6/glowroot-0.13.6-dist.zip</url> - <unpack>true</unpack> - <outputDirectory>${project.build.directory}</outputDirectory> - <md5>f9026dbab1fbade067ca549913802fcc</md5> - </configuration> - </execution> - </executions> - </plugin> + <plugins> + <plugin> + <groupId>com.googlecode.maven-download-plugin</groupId> + <artifactId>download-maven-plugin</artifactId> + <executions> + <execution> + <id>install-glowroot</id> + <goals> + <goal>wget</goal> + </goals> + <phase>package</phase> + <configuration> + <url>https://github.com/glowroot/glowroot/releases/download/v0.13.6/glowroot-0.13.6-dist.zip</url> + <unpack>true</unpack> + <outputDirectory>${project.build.directory}</outputDirectory> + <md5>f9026dbab1fbade067ca549913802fcc</md5> + </configuration> + </execution> + </executions> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
