Skip to content

Commit 9bcb1c1

Browse files
committed
Reformat using spotless
1 parent a375116 commit 9bcb1c1

File tree

6 files changed

+567
-583
lines changed

6 files changed

+567
-583
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
34
@@ -10,7 +11,6 @@ software distributed under the Apache License Version 2.0 is distributed on an
1011
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1112
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1213
-->
13-
1414
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

@@ -26,10 +26,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
2626
<scm>
2727
<connection>scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</connection>
2828
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</developerConnection>
29-
<url>https://github.com/codehaus-plexus/plexus-build-api</url>
3029
<tag>HEAD</tag>
30+
<url>https://github.com/codehaus-plexus/plexus-build-api</url>
3131
</scm>
32-
32+
3333
<dependencies>
3434
<dependency>
3535
<groupId>org.codehaus.plexus</groupId>
@@ -51,8 +51,8 @@ See the Apache License Version 2.0 for the specific language governing permissio
5151
<build>
5252
<resources>
5353
<resource>
54-
<directory>src/main/resources</directory>
5554
<filtering>true</filtering>
55+
<directory>src/main/resources</directory>
5656
</resource>
5757
</resources>
5858
<plugins>
@@ -61,14 +61,14 @@ See the Apache License Version 2.0 for the specific language governing permissio
6161
<artifactId>sisu-maven-plugin</artifactId>
6262
<version>0.3.5</version>
6363
<executions>
64-
<execution>
65-
<id>index-project</id>
66-
<goals>
67-
<goal>main-index</goal>
68-
<goal>test-index</goal>
69-
</goals>
70-
</execution>
71-
</executions>
64+
<execution>
65+
<id>index-project</id>
66+
<goals>
67+
<goal>main-index</goal>
68+
<goal>test-index</goal>
69+
</goals>
70+
</execution>
71+
</executions>
7272
</plugin>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)