This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new da5e1ad748 [NO ISSUE] Shade kie-dmn-xls2dmn-cli runner separately.
(#5637)
da5e1ad748 is described below
commit da5e1ad74874cf0ecc967c47e09d4912e85b49f6
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Dec 20 15:00:28 2023 +0100
[NO ISSUE] Shade kie-dmn-xls2dmn-cli runner separately. (#5637)
---
kie-dmn/kie-dmn-xls2dmn-cli/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kie-dmn/kie-dmn-xls2dmn-cli/pom.xml
b/kie-dmn/kie-dmn-xls2dmn-cli/pom.xml
index f14c01845f..adf7488f63 100644
--- a/kie-dmn/kie-dmn-xls2dmn-cli/pom.xml
+++ b/kie-dmn/kie-dmn-xls2dmn-cli/pom.xml
@@ -116,7 +116,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -124,6 +123,8 @@
<goal>shade</goal>
</goals>
<configuration>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
+ <shadedClassifierName>runner</shadedClassifierName>
<filters> <!-- https://issues.redhat.com/browse/DROOLS-7524
https://stackoverflow.com/a/64063529/4206 -->
<filter>
<artifact>*:*</artifact>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]