Added sci-types-department to devel bundle

pull/1/head
Jens Pelzetter 2022-10-04 20:37:22 +02:00
parent 5caad5871d
commit e1808b4f6f
3 changed files with 22 additions and 0 deletions

View File

@ -230,6 +230,22 @@
<include>scripts/</include> <include>scripts/</include>
</includes> </includes>
</overlay>--> </overlay>-->
<overlay>
<groupId>org.scientificcms</groupId>
<artifactId>sci-types-department</artifactId>
<type>jar</type>
<includes>
<include>assets/</include>
</includes>
</overlay>
<overlay>
<groupId>org.scientificcms</groupId>
<artifactId>sci-types-department</artifactId>
<type>jar</type>
<includes>
<include>WEB-INF/</include>
</includes>
</overlay>
<overlay> <overlay>
<groupId>org.scientificcms</groupId> <groupId>org.scientificcms</groupId>
<artifactId>sci-types-project</artifactId> <artifactId>sci-types-project</artifactId>

View File

@ -25,6 +25,7 @@
<jar-file>lib/ccm-cms-7.0.0-SNAPSHOT.jar</jar-file> <jar-file>lib/ccm-cms-7.0.0-SNAPSHOT.jar</jar-file>
<jar-file>lib/ccm-shortcuts-7.0.0-SNAPSHOT.jar</jar-file> <jar-file>lib/ccm-shortcuts-7.0.0-SNAPSHOT.jar</jar-file>
<jar-file>lib/sci-publications-7.0.0-SNAPSHOT.jar</jar-file> <jar-file>lib/sci-publications-7.0.0-SNAPSHOT.jar</jar-file>
<jar-file>lib/sci-types-department-7.0.0-SNAPSHOT.jar</jar-file>
<jar-file>lib/sci-types-project-7.0.0-SNAPSHOT.jar</jar-file> <jar-file>lib/sci-types-project-7.0.0-SNAPSHOT.jar</jar-file>
<properties> <properties>

View File

@ -63,6 +63,11 @@
<artifactId>sci-publications</artifactId> <artifactId>sci-publications</artifactId>
<version>7.0.0-SNAPSHOT</version> <version>7.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>org.scientificcms</groupId>
<artifactId>sci-types-department</artifactId>
<version>7.0.0-SNAPSHOT</version>
</dependency>
<dependency> <dependency>
<groupId>org.scientificcms</groupId> <groupId>org.scientificcms</groupId>
<artifactId>sci-types-project</artifactId> <artifactId>sci-types-project</artifactId>