Skip to content

Commit fc7a4f4

Browse files
committed
Prefix jar files with "itext7-"
Closes QA-79
1 parent 4961079 commit fc7a4f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,19 @@
160160
<artifactId>${project.artifactId}</artifactId>
161161
<version>${project.version}</version>
162162
<type>${project.packaging}</type>
163+
<destFileName>itext7-${project.artifactId}-${project.version}</destFileName>
163164
</artifactItem>
164165
</artifactItems>
165166
<outputDirectory>../target</outputDirectory>
166167
</configuration>
167168
</execution>
168169
</executions>
169170
</plugin>
171+
<plugin>
172+
<groupId>org.apache.maven.plugins</groupId>
173+
<artifactId>maven-jar-plugin</artifactId>
174+
<version>3.0.2</version>
175+
</plugin>
170176
<!-- Run unit tests -->
171177
<plugin>
172178
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)