mirror of https://github.com/apache/archiva.git
[MRM-1653] Bad mod on file in the bundle: new assembly version doesn't respect anymore 0755 default values.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f34dd7b832
commit
b85a4e1be2
|
@ -41,6 +41,7 @@
|
|||
<exclude>maven-metadata-appassembler.xml</exclude>
|
||||
</excludes>
|
||||
<fileMode>0755</fileMode>
|
||||
<directoryMode>0755</directoryMode>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>target/generated-resources/appassembler/jsw/archiva/logs</directory>
|
||||
|
@ -111,6 +112,8 @@
|
|||
<includes>
|
||||
<include>org.apache.archiva:archiva-webapp-js</include>
|
||||
</includes>
|
||||
<fileMode>0755</fileMode>
|
||||
<directoryMode>0755</directoryMode>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1681,11 +1681,9 @@
|
|||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<!-- last version version 2.3 have permisson issue !! -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
|
Loading…
Reference in New Issue