Skip to content

Commit

Permalink
Merge pull request DSpace#10043 from dsteelma-umd/add-dspace-server-m…
Browse files Browse the repository at this point in the history
…odule-to-embedded-tomcat

Add "dspace/modules/server" customizations to "server-boot" JAR for embedded Tomcat
  • Loading branch information
tdonohue authored Dec 2, 2024
2 parents c90e993 + 5bf1f26 commit 72c7adf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dspace/modules/server-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<groupId>org.dspace.modules</groupId>
<artifactId>additions</artifactId>
</dependency>
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>server</artifactId>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-server-webapp</artifactId>
Expand Down
1 change: 1 addition & 0 deletions dspace/modules/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archiveClasses>false</archiveClasses>
<attachClasses>true</attachClasses>
<!-- Filter the web.xml (needed for IDE compatibility/debugging) -->
<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
<!-- Copy any 'additions' (see m-dependency-p above) into WEB-INF/classes.
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,12 @@
<artifactId>additions</artifactId>
<version>9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>server</artifactId>
<classifier>classes</classifier>
<version>9.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.dspace</groupId>
Expand Down

0 comments on commit 72c7adf

Please sign in to comment.