[
https://issues.apache.org/jira/browse/OWB-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662780#action_12662780
]
Mark Struberg commented on OWB-37:
----------------------------------
please add the following section to distribution/pom.xml:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
</plugin>
This will enable the creation of md5 and sha1 checksums in your local repo (but
not in -/target, only in ~/.m2/repository).
Maybe not perfect, but at least better then having to create it manually ;)
> 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-2.patch, OWB-37-3.patch, 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.