Revert "Standard Maven directory layout"
This reverts commit 5bbd826e2f
.
The corresponding changes have been ported into branch "develop".
This commit is contained in:
parent
5bbd826e2f
commit
91b2f42940
4
pom.xml
4
pom.xml
|
@ -439,8 +439,8 @@
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assembly/src.xml</descriptor>
|
<descriptor>src/main/assembly/src.xml</descriptor>
|
||||||
<descriptor>src/assembly/bin.xml</descriptor>
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
<!-- There are a lot of long file names. Suppress the warnings. -->
|
<!-- There are a lot of long file names. Suppress the warnings. -->
|
||||||
<tarLongFileMode>gnu</tarLongFileMode>
|
<tarLongFileMode>gnu</tarLongFileMode>
|
||||||
|
|
Loading…
Reference in New Issue