Skip to content

Commit

Permalink
undo rogue deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Nov 14, 2024
1 parent bf84593 commit a909d4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions legend-pure-core/legend-pure-m3-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<resources>
Expand Down

0 comments on commit a909d4a

Please sign in to comment.