Skip to content

Commit

Permalink
Fix plugin execution order for osgi
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Aug 27, 2024
1 parent b5f339b commit 14a2db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld Core release
release:
current-version: 5.1.3.Final
next-version: 5.1.4-SNAPSHOT
next-version: 5.1.4-SNAPSHOT
6 changes: 6 additions & 0 deletions bundles/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
</execution>
</executions>
</plugin>
<!-- The gpg plugin is here just to ensure order of execution *after* shade plugin -->
<!-- It does nothing in a standard build and the whole configuration of this plugin remains in Weld parent -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 14a2db2

Please sign in to comment.