Skip to content

Commit

Permalink
Include parent POM in TCK distribution as it is needed for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 13, 2024
1 parent 3b95cbb commit 92bac84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tck/tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<name>Jakarta Servlet TCK distribution</name>

<dependencies>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck-runtime</artifactId>
Expand Down
1 change: 1 addition & 0 deletions tck/tck-dist/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<dependencySets>
<dependencySet>
<includes>
<include>jakarta.tck:servlet-tck</include>
<include>jakarta.tck:servlet-tck-runtime</include>
<include>jakarta.tck:servlet-tck-util</include>
</includes>
Expand Down
5 changes: 5 additions & 0 deletions tck/tck-dist/src/main/resources/artifact-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ fi

JAKARTAEE_VERSION="11.0.0-M1"

# servlet-tck pom
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file \
-Dfile=servlet-tck-$VERSION.pom -DgroupId=jakarta.tck -DartifactId=servlet-tck \
-Dversion=$VERSION -Dpackaging=pom

# servlet-tck-runtime jar
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file \
-Dfile=servlet-tck-runtime-$VERSION.jar -DgroupId=jakarta.tck -DartifactId=servlet-tck-runtime \
Expand Down

0 comments on commit 92bac84

Please sign in to comment.