Skip to content

Commit 4be67b8

Browse files
committed
Fine-tuned assembly configuration
1 parent 1e52135 commit 4be67b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,11 @@ THE SOFTWARE.
169169
<plugin>
170170
<artifactId>maven-assembly-plugin</artifactId>
171171
<configuration>
172+
<tarLongFileMode>posix</tarLongFileMode>
172173
<descriptor>src/main/assembly/dep.xml</descriptor>
173174
<finalName>shibboleth-idp-authn-jwt-${project.version}</finalName>
174175
<appendAssemblyId>false</appendAssemblyId>
176+
<outputDirectory>target</outputDirectory>
175177
</configuration>
176178
<executions>
177179
<execution>

0 commit comments

Comments
 (0)