Skip to content

Commit

Permalink
added noto sans webjar dependency
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
litvinovg committed Apr 30, 2024
1 parent 12de380 commit 4f6bb50
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,23 @@
</fileMappers>
<outputDirectory>target/${project.artifactId}-${project.version}/webjars/jquery-ui/</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.webjars.npm</groupId>
<artifactId>openfonts__noto-sans_all</artifactId>
<type>jar</type>
<includes>
META-INF/resources/webjars/openfonts__noto-sans_all/*/*.css,
META-INF/resources/webjars/openfonts__noto-sans_all/*/*/*.woff,
META-INF/resources/webjars/openfonts__noto-sans_all/*/*/*.woff2
</includes>
<fileMappers>
<org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
<pattern>^META-INF/resources/webjars/openfonts__noto-sans_all/[^/]+/</pattern>
<replacement>./</replacement>
</org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
</fileMappers>
<outputDirectory>target/${project.artifactId}-${project.version}/webjars/fonts/noto-sans/</outputDirectory>
</artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
Expand Down Expand Up @@ -121,6 +138,11 @@
<artifactId>jquery-ui</artifactId>
<version>1.13.2</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>openfonts__noto-sans_all</artifactId>
<version>1.44.0</version>
</dependency>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>vitro-api</artifactId>
Expand Down

0 comments on commit 4f6bb50

Please sign in to comment.