Skip to content

Commit

Permalink
Ignore dependency reduced pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 22, 2023
1 parent 4ccf282 commit d41a8f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build.rc
.vscode

.mvn/wrapper/maven-wrapper.jar
.dependency-reduced-pom.xml
2 changes: 2 additions & 0 deletions jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
</filters>
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>true</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<dependencyReducedPomLocation>${basedir}/.dependency-reduced-pom.xml</dependencyReducedPomLocation>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>true</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<dependencyReducedPomLocation>${basedir}/.dependency-reduced-pom.xml</dependencyReducedPomLocation>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d41a8f7

Please # to comment.