Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
852b0089
Commit
852b0089
authored
Apr 07, 2011
by
Tigran Mkrtchyan
☕
Browse files
logback: exclude logback.xml from jar file
jar-with-dependencies still will have it.
parent
3f635877
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
852b0089
...
...
@@ -98,6 +98,9 @@
<Build-Time>
${maven.build.timestamp}
</Build-Time>
</manifestEntries>
</archive>
<excludes>
<exclude>
**/logback.xml
</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
...
...
@@ -133,11 +136,11 @@
</plugin>
</plugins>
<resources>
<resource>
<directory>
resources
</directory>
<includes>
</includes>
</resource>
<resource>
<directory>
resources
</directory>
<includes>
</includes>
</resource>
</resources>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment