We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961079 commit fc7a4f4Copy full SHA for fc7a4f4
pom.xml
@@ -160,13 +160,19 @@
160
<artifactId>${project.artifactId}</artifactId>
161
<version>${project.version}</version>
162
<type>${project.packaging}</type>
163
+ <destFileName>itext7-${project.artifactId}-${project.version}</destFileName>
164
</artifactItem>
165
</artifactItems>
166
<outputDirectory>../target</outputDirectory>
167
</configuration>
168
</execution>
169
</executions>
170
</plugin>
171
+ <plugin>
172
+ <groupId>org.apache.maven.plugins</groupId>
173
+ <artifactId>maven-jar-plugin</artifactId>
174
+ <version>3.0.2</version>
175
+ </plugin>
176
<!-- Run unit tests -->
177
<plugin>
178
<groupId>org.apache.maven.plugins</groupId>
0 commit comments