Skip to content

Commit

Permalink
Dependencies, plugins, and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargrimstad committed Dec 19, 2023
1 parent 349e8e9 commit 7a2c020
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<descriptors>
<descriptor>${basedir}/src/main/assembly/dist.xml</descriptor>
</descriptors>
<finalName>jakarta-mvc-tck-${project.version}</finalName>
<finalName>jakarta-mvc-tck</finalName>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id></id>
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
<id>${project.version}</id>
<baseDirectory>mvc-tck-dist-${project.version}</baseDirectory>
<formats>
<format>zip</format>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
<artifactId>maven-processor-plugin</artifactId>
<version>5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 7a2c020

Please sign in to comment.