Skip to content

Commit

Permalink
Commenting out building of runnable jar for indexes because it's not …
Browse files Browse the repository at this point in the history
…needed.
  • Loading branch information
jzonthemtn committed Dec 13, 2024
1 parent ea9fdac commit e42391b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions phileas-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
<name>phileas-model</name>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<mainClass>ai.philterd.phileas.model.filter.rules.dictionary.LuceneDictionaryFilter</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<finalName>phileas-model-make-index</finalName>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <artifactId>maven-assembly-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <appendAssemblyId>false</appendAssemblyId>-->
<!-- <archive>-->
<!-- <manifest>-->
<!-- <mainClass>ai.philterd.phileas.model.filter.rules.dictionary.LuceneDictionaryFilter</mainClass>-->
<!-- </manifest>-->
<!-- </archive>-->
<!-- <descriptorRefs>-->
<!-- <descriptorRef>jar-with-dependencies</descriptorRef>-->
<!-- </descriptorRefs>-->
<!-- <finalName>phileas-model-make-index</finalName>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>make-assembly</id>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>single</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
Expand Down

0 comments on commit e42391b

Please sign in to comment.