This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push:
new 99354090 PROTON-2598 Specify the location of generated resources for
shade plugin
99354090 is described below
commit 9935409080623cd354ce1409e2876bb6b4c39f31
Author: Timothy Bish <[email protected]>
AuthorDate: Tue Aug 30 11:08:53 2022 -0400
PROTON-2598 Specify the location of generated resources for shade plugin
Configure the shade plugin in the performance tests to output the reduced
pom
in the build directory so it will be removed by a clean later.
---
protonj2-performance-tests/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/protonj2-performance-tests/pom.xml
b/protonj2-performance-tests/pom.xml
index 9f784f35..4146e938 100644
--- a/protonj2-performance-tests/pom.xml
+++ b/protonj2-performance-tests/pom.xml
@@ -63,6 +63,7 @@
</goals>
<configuration>
<finalName>protonj2-performance-tests</finalName>
+
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]