We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e52135 commit 4be67b8Copy full SHA for 4be67b8
pom.xml
@@ -169,9 +169,11 @@ THE SOFTWARE.
169
<plugin>
170
<artifactId>maven-assembly-plugin</artifactId>
171
<configuration>
172
+ <tarLongFileMode>posix</tarLongFileMode>
173
<descriptor>src/main/assembly/dep.xml</descriptor>
174
<finalName>shibboleth-idp-authn-jwt-${project.version}</finalName>
175
<appendAssemblyId>false</appendAssemblyId>
176
+ <outputDirectory>target</outputDirectory>
177
</configuration>
178
<executions>
179
<execution>
0 commit comments