Skip to content

Commit

Permalink
Merge pull request #253 from keeps/development
Browse files Browse the repository at this point in the history
Update pom.xml deploy staging to exclude logback.xml
  • Loading branch information
006627 authored Feb 19, 2024
2 parents e4698d3 + 9666365 commit 35c1826
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ buildNumber.properties
.travis/settings.xml
.vscode/
*.log
*.log.txt
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<excludes>
<exclude>**/logback.xml</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 35c1826

Please sign in to comment.