mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
mini layout change to pom.xml
This commit is contained in:
parent
30dbb0773f
commit
4492b14f5f
10
pom.xml
10
pom.xml
@ -368,11 +368,11 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor>
|
<descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor>
|
||||||
<descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor>
|
<descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@ -397,9 +397,9 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- some infos https://github.com/tcurdt/jdeb/blob/master/docs/maven.md
|
<!-- some infos https://github.com/tcurdt/jdeb/blob/master/docs/maven.md
|
||||||
-->
|
-->
|
||||||
<artifactId>jdeb</artifactId>
|
<artifactId>jdeb</artifactId>
|
||||||
<groupId>org.vafer</groupId>
|
<groupId>org.vafer</groupId>
|
||||||
<version>0.8</version>
|
<version>0.8</version>
|
||||||
@ -506,7 +506,7 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user