Skip to content

Commit

Permalink
#13: fixed indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed May 31, 2021
1 parent 8747c4c commit 603d596
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
<version>${maven.resources.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -131,7 +131,7 @@
<version>${maven.javadoc.plugin.version}</version>
<configuration>
<!-- http://jira.codehaus.org/browse/MJAVADOC-308 -->
<!--<maxmemory>5048m</maxmemory>-->
<!--<maxmemory>5048m</maxmemory> -->
<notree>true</notree>
<show>protected</show>
<encoding>${project.reporting.outputEncoding}</encoding>
Expand Down Expand Up @@ -270,14 +270,14 @@
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${java.version}</source>
<target>${java.version}</target>
<fork>true</fork>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${java.version}</source>
<target>${java.version}</target>
<fork>true</fork>
</configuration>
</plugin>

<plugin>
Expand Down Expand Up @@ -437,7 +437,7 @@
</reportSet>
</reportSets>
</plugin>
</plugins>
</plugins>
</reporting>

<profiles>
Expand Down Expand Up @@ -555,8 +555,8 @@
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</repository>
</repositories>
</profile>
</profiles>

Expand All @@ -565,7 +565,8 @@
<url>https://github.com/${github.organization}/${github.repository}/issues</url>
</issueManagement>

<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${github.organization}/${github.repository}.git</connection>
<developerConnection>scm:git:https://github.com/${github.organization}/${github.repository}.git</developerConnection>
<url>https://github.com/${github.organization}/${github.repository}/tree/${github.default.branch}</url>
Expand Down

0 comments on commit 603d596

Please sign in to comment.