[
https://issues.apache.org/jira/browse/OWB-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662491#action_12662491
]
Mark Struberg commented on OWB-37:
----------------------------------
please change the section in dist.xml to exclude the sources jars from the root
folder of the generated distribution file:
<dependencySet>
<outputDirectory></outputDirectory>
<includes>
<include>org.apache.openwebbeans:webbeans-api</include>
<include>org.apache.openwebbeans:webbeans-impl</include>
</includes>
<excludes>
<exclude>org.apache.openwebbeans:webbeans-api:jar:sources</exclude>
<exclude>org.apache.openwebbeans:webbeans-impl:jar:sources</exclude>
</excludes>
</dependencySet>
> create proper configuration for building distribution package
> -------------------------------------------------------------
>
> Key: OWB-37
> URL: https://issues.apache.org/jira/browse/OWB-37
> Project: OpenWebBeans
> Issue Type: Task
> Affects Versions: M1
> Reporter: Mark Struberg
> Assignee: Gurkan Erdogdu
> Fix For: M1
>
> Attachments: OWB-37.patch
>
>
> a few changes are needed to make the maven-assembly-plugin do what Gurkan
> likes to do.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.