Skip to content

Commit bbffdec

Browse files
committed
Update pom.xml: correct description, update plugin versions, and clean up configuration
1 parent 37391ea commit bbffdec

1 file changed

Lines changed: 12 additions & 29 deletions

File tree

pom.xml

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<inceptionYear>2013</inceptionYear>
1616
<description>
17-
A Java library used to read and extract data from EMV paycard.
17+
A Java library used to read and extract data from EMV pay card.
1818
</description>
1919
<issueManagement>
2020
<url>https://github.com/devnied/EMV-NFC-Paycard-Enrollment/issues</url>
@@ -73,7 +73,7 @@
7373
<version>1.6.0</version>
7474
</dependency>
7575

76-
<!-- Apache commons -->
76+
<!-- Apache Commons -->
7777
<dependency>
7878
<groupId>org.apache.commons</groupId>
7979
<artifactId>commons-lang3</artifactId>
@@ -110,8 +110,6 @@
110110
</dependencyManagement>
111111

112112
<build>
113-
<sourceDirectory>src/main/java</sourceDirectory>
114-
<testSourceDirectory>src/test/java</testSourceDirectory>
115113
<defaultGoal>install</defaultGoal>
116114
<pluginManagement>
117115
<plugins>
@@ -127,7 +125,7 @@
127125
<plugin>
128126
<groupId>org.apache.maven.plugins</groupId>
129127
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.13.0</version>
128+
<version>3.15.0</version>
131129
<configuration>
132130
<source>1.8</source>
133131
<target>1.8</target>
@@ -136,46 +134,31 @@
136134
</plugin>
137135
<plugin>
138136
<groupId>org.apache.maven.plugins</groupId>
139-
<artifactId>maven-javadoc-plugin</artifactId>
140-
<version>3.11.2</version>
137+
<artifactId>maven-resources-plugin</artifactId>
138+
<version>3.4.0</version>
141139
<configuration>
142-
<detectJavaApiLink>false</detectJavaApiLink>
143-
<release>8</release>
144-
<doclint>none</doclint>
140+
<encoding>UTF-8</encoding>
145141
</configuration>
146142
</plugin>
147143
<plugin>
148144
<groupId>org.apache.maven.plugins</groupId>
149-
<artifactId>maven-resources-plugin</artifactId>
150-
<version>3.3.1</version>
145+
<artifactId>maven-javadoc-plugin</artifactId>
146+
<version>3.11.2</version>
151147
<configuration>
152-
<encoding>UTF-8</encoding>
148+
<detectJavaApiLink>false</detectJavaApiLink>
149+
<release>8</release>
150+
<doclint>none</doclint>
153151
</configuration>
154152
</plugin>
155153
<plugin>
156154
<groupId>org.apache.maven.plugins</groupId>
157155
<artifactId>maven-release-plugin</artifactId>
158-
<version>3.1.1</version>
156+
<version>3.3.1</version>
159157
<configuration>
160158
<mavenExecutorId>forked-path</mavenExecutorId>
161159
<localCheckout>true</localCheckout>
162160
</configuration>
163161
</plugin>
164-
<plugin>
165-
<groupId>org.apache.maven.plugins</groupId>
166-
<artifactId>maven-gpg-plugin</artifactId>
167-
<version>3.2.7</version>
168-
</plugin>
169-
<plugin>
170-
<groupId>org.apache.maven.plugins</groupId>
171-
<artifactId>maven-install-plugin</artifactId>
172-
<version>3.1.3</version>
173-
</plugin>
174-
<plugin>
175-
<groupId>org.apache.maven.plugins</groupId>
176-
<artifactId>maven-deploy-plugin</artifactId>
177-
<version>3.1.3</version>
178-
</plugin>
179162
<plugin>
180163
<artifactId>maven-source-plugin</artifactId>
181164
<version>3.3.1</version>

0 commit comments

Comments
 (0)