[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245347#comment-14245347
]
Rudy De Busscher commented on DELTASPIKE-798:
---------------------------------------------
I investigated the problem a bit more.
And for OWB, I already have a solution
The asm:asm:3.3.1 dependency was missing from the created jar and there was a
need for merging the *javax.enterprise.inject.spi.Extension* files.
Within the _maven shade config_, you can achieve it by adding the following.
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
For weld, I still get the _WELD-001409 Ambiguous dependencies for type_
(multiple ones) I'll try to find out why.
> Support for uber-jar creation in SE support
> -------------------------------------------
>
> Key: DELTASPIKE-798
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-798
> Project: DeltaSpike
> Issue Type: New Feature
> Components: CdiControl
> Affects Versions: 1.2.0
> Reporter: Rudy De Busscher
> Assignee: Rafael Benevides
> Priority: Minor
>
> When a single jar file is created with all dependencies (maven-shade-plugin)
> the program doesn't run
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)