Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/IPL-11 (pull request DSpace#2770)
Browse files Browse the repository at this point in the history
[IPL-11] added missing IPL profile
  • Loading branch information
steph-ieffam committed Sep 20, 2024
2 parents 8439936 + 2c86b6f commit 1cc8aed
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion dspace/modules/additions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,25 @@
</dependency>
</dependencies>
</profile>


<!-- Builds Import plus addon for DSpace -->
<profile>
<id>addon-importplus</id>
<activation>
<property>
<name>importplus.on</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>it.4science.dspace</groupId>
<artifactId>addon-importplus</artifactId>
<version>${addon-importplus.version}</version>
<type>jar</type>
</dependency>
</dependencies>
</profile>

</profiles>

<!--
Expand Down

0 comments on commit 1cc8aed

Please sign in to comment.