Skip to content

Commit

Permalink
add pomchecker and recommended fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 22, 2024
1 parent 900b0e9 commit 92ca02c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
<groupId>org.dataverse.test</groupId>
<artifactId>hello</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>hello</name>
<description>A hello world app for testing.</description>
<url>https://github.com/gdcc/hello</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pdurbin</id>
<name>Philip Durbin</name>
<email>[email protected]</email>
<timezone>America/New_York</timezone>
</developer>
</developers>
<scm>
<developerConnection>scm:git:[email protected]:gdcc/hello.git</developerConnection>
</scm>
Expand All @@ -22,6 +40,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
<pomchecker-maven-plugin.version>1.7.0</pomchecker-maven-plugin.version>
<spotless.version>2.43.0</spotless.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -72,6 +91,11 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker-maven-plugin</artifactId>
<version>${pomchecker-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
Expand Down

0 comments on commit 92ca02c

Please sign in to comment.