Skip to content

Commit

Permalink
Fixes #215: validator: build additional plain jar file, attempt 2
Browse files Browse the repository at this point in the history
Argh, accidentally wrote archiveClasses not attachClasses as intended.
  • Loading branch information
mistmist committed May 25, 2023
1 parent 0970b46 commit ba1f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/pom.xml
Expand Up @@ -101,7 +101,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<configuration>
<archiveClasses>true</archiveClasses>
<attachClasses>true</attachClasses>
<archive>
<index>true</index>
<manifest>
Expand Down

0 comments on commit ba1f4d3

Please sign in to comment.