Skip to content

Commit

Permalink
more small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Mar 11, 2024
1 parent 3609a63 commit 2da441a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<plugin>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.15.1</version>
<dependencies>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion warehouse/assemble/datawave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
</property>
</activation>
<build>
<finalName>datawave-${build.env}-${project.version}</finalName>
<plugins>
<plugin>
<!-- Activate the assert-properties plugin -->
Expand Down Expand Up @@ -258,7 +259,6 @@
</goals>
<phase>package</phase>
<configuration>
<finalName>datawave-${build.env}-${project.version}</finalName>
<descriptors combine.children="append">
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
Expand Down
1 change: 0 additions & 1 deletion web-services/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-${project.version}</finalName>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
Expand Down
2 changes: 1 addition & 1 deletion web-services/deploy/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
</property>
</activation>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<!-- Activate the assert-properties plugin to ensure all configuration we require is set. -->
Expand Down Expand Up @@ -469,7 +470,6 @@
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
<tarLongFileMode>posix</tarLongFileMode>
<finalName>${project.artifactId}-${project.version}</finalName>
</configuration>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions web-services/deploy/application/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</fileSet>
<fileSet>
<directory>${project.build.directory}/wildfly</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory>${file.separator}</outputDirectory>
<excludes>
<exclude>*.sh</exclude>
</excludes>
Expand All @@ -24,7 +24,7 @@
</fileSet>
<fileSet>
<directory>${project.build.directory}/wildfly</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory>${file.separator}</outputDirectory>
<includes>
<include>*.sh</include>
</includes>
Expand Down

0 comments on commit 2da441a

Please sign in to comment.