Skip to content

Commit

Permalink
Minor updates to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross committed May 30, 2024
1 parent c3a2aff commit 30e238f
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 5,716 deletions.
14 changes: 7 additions & 7 deletions mia-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<artifactId>maven-gpg-plugin</artifactId>
</plugin>

<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
Expand All @@ -229,10 +229,10 @@
</manifest>
</archive>
</configuration>
</plugin>
</plugin> -->

<!-- To be uncommented when creating release -->
<plugin>
<!-- To be uncommented when creating release, but commented when uploading to Maven Central -->
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
Expand All @@ -256,9 +256,9 @@
</filter>
</filters>
</configuration>
</plugin>
</plugin> -->

<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
Expand All @@ -284,7 +284,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin> -->
</plugins>
</build>
</project>
Loading

0 comments on commit 30e238f

Please sign in to comment.