Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0fc2475

Browse files
author
Shiva Kumar
committed
Merge branch 'master' into dateSupport
2 parents 3069d03 + 42fb7d3 commit 0fc2475

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@
130130
<target>1.7</target>
131131
</configuration>
132132
</plugin>
133+
<plugin>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-jar-plugin</artifactId>
136+
<version>2.4</version>
137+
<configuration>
138+
<excludes>
139+
<exclude>**/logback.xml</exclude>
140+
</excludes>
141+
</configuration>
142+
</plugin>
133143
</plugins>
134144
</build>
135145

@@ -148,4 +158,4 @@
148158
</pluginRepositories>
149159

150160

151-
</project>
161+
</project>

0 commit comments

Comments
 (0)