[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245362#comment-14245362
]
Rudy De Busscher commented on DELTASPIKE-798:
---------------------------------------------
So, in attachment a maven project structure which works for OWB and Weld and
this from within IDE and from single jar.
OWB from within IDE (ignore the maven shaded artifacts )
*mvn clean package -P OWB*
Weld from within IDE (ignore the maven shaded artifacts )
*mvn clean package -P Weld*
OWB from command-line with single jar
*mvn clean package -P OWB,shade*
*java -jar grid.jar*
Weld from command-line with single jar
*mvn clean package -P Weld*
*java -jar grid.jar*
> 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)