Skip to content

Commit

Permalink
disable reduced pom generation
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stanchev <[email protected]>
  • Loading branch information
alstanchev committed Oct 23, 2023
1 parent 33ef574 commit e2de7e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions connectivity/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jmh-generator-annprocess). jmh-generator-annprocess overwrites the whole META-IN
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>allinone</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down
1 change: 1 addition & 0 deletions gateway/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>allinone</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down
1 change: 1 addition & 0 deletions policies/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>allinone</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down
1 change: 1 addition & 0 deletions things/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>allinone</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down
1 change: 1 addition & 0 deletions thingsearch/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>allinone</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down

0 comments on commit e2de7e6

Please sign in to comment.