We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080f07c commit fc4056eCopy full SHA for fc4056e
gbfs-validator-java-cli/pom.xml
@@ -7,7 +7,6 @@
7
<groupId>org.entur.gbfs</groupId>
8
<artifactId>gbfs-validator-java-parent</artifactId>
9
<version>2.0.52-SNAPSHOT</version>
10
- <relativePath>../pom.xml</relativePath>
11
</parent>
12
13
<artifactId>gbfs-validator-java-cli</artifactId>
@@ -115,7 +114,6 @@
115
114
<goal>shade</goal>
116
</goals>
117
<configuration>
118
- <createDependencyReducedPom>false</createDependencyReducedPom>
119
<transformers>
120
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
121
<mainClass>org.entur.gbfs.validator.cli.GbfsValidatorCli</mainClass>
0 commit comments