Skip to content

Commit 908b373

Browse files
committed
build: do not create (and ignore) dep-pom
1 parent ecbca78 commit 908b373

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/version.txt
2020
apdu4j.log/.idea
2121
pom.xml.versionsBackup
22+
dependency-reduced-pom.xml

tool/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</goals>
6464
<configuration>
6565
<finalName>apdu4j</finalName>
66+
<createDependencyReducedPom>false</createDependencyReducedPom>
6667
<transformers>
6768
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
6869
<mainClass>apdu4j.tool.SCTool</mainClass>

0 commit comments

Comments
 (0)