Skip to content

Commit

Permalink
format source
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Feb 19, 2024
1 parent 7f2c908 commit 445a215
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.ef</groupId>
<artifactId>srdash</artifactId>
Expand Down Expand Up @@ -268,7 +267,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -364,8 +363,7 @@
<configuration>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${npm.version}</npmVersion>
<installDirectory>${settings.localRepository}/node-npm-${node.version}-${npm.version}
</installDirectory>
<installDirectory>${settings.localRepository}/node-npm-${node.version}-${npm.version}</installDirectory>
</configuration>

<executions>
Expand Down Expand Up @@ -415,8 +413,7 @@
<version>4.0.0</version>
<configuration>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/resources/assets/git.json
</generateGitPropertiesFilename>
<generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/resources/assets/git.json</generateGitPropertiesFilename>
<format>json</format>
<dateFormat>yyyy-MM-dd'T'HH:mm:ssXXX</dateFormat>
<dateFormatTimeZone>UTC</dateFormatTimeZone>
Expand Down Expand Up @@ -464,8 +461,7 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>net.ef.srdash.Application</Main-Class>
<Multi-Release>true</Multi-Release>
Expand Down

0 comments on commit 445a215

Please sign in to comment.