Skip to content

Commit

Permalink
Removed plugin output directory configuration (#300)
Browse files Browse the repository at this point in the history
The maven-plugin-plugin configuration was causing the output to be
placed in a location that was not being included when the project
was built. This resulted in other projects that depend on
resource-server-plugin to fail to build due to a missing plugin.xml.
Leaving it at it's default location causes the output to live in
classes/META-INF/maven, which gets picked up properly when the jar is
created.
  • Loading branch information
Naenyn authored Jan 31, 2025
1 parent 843d3a3 commit 5410f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource-server-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<version>3.15.0</version>
<configuration>
<goalPrefix>plugin</goalPrefix>
<outputDirectory>target/dir</outputDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5410f7d

Please sign in to comment.