Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Dec 6, 2024
1 parent f02a1cc commit 9bb4388
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@
<groupId>org.zumult</groupId>
<artifactId>ProtoZumult</artifactId>
<version>1.0</version>
<!-- <packaging>war</packaging>-->
<packaging>jar</packaging>
<packaging>war</packaging>
<!-- <packaging>jar</packaging> -->
<name>ZuMultMVN</name>
<url>https://zumult.org/</url>

<!-- related to #214 -->
<repositories>
<repository>
<id>github-manual</id>
<url>https://raw.githubusercontent.com/Exmaralda-Org/exmaralda/master/src/build/webjar/</url>
</repository>
</repositories> <url>https://zumult.org/</url>
<build>
<finalName>${project.artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand All @@ -20,8 +27,12 @@
</resource>
<resource>
<directory>src/main/java</directory>
<excludes>
<exclude>/data/corpora/**</exclude>
<exclude>/data/indices/**</exclude>
</excludes>
</resource>
</resources>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -68,10 +79,11 @@
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4</version>
</dependency> -->
<!-- see #214 -->
<dependency>
<groupId>org.exmaralda</groupId>
<artifactId>EXMARaLDA</artifactId>
<version>Preview-20220623</version>
<artifactId>EXMARaLDA_WEB</artifactId>
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 9bb4388

Please sign in to comment.