Travel sample top-level maven build shouldn't create source and binary
distributions
------------------------------------------------------------------------------------
Key: TUSCANY-3528
URL: https://issues.apache.org/jira/browse/TUSCANY-3528
Project: Tuscany
Issue Type: Bug
Components: Java SCA Travel Sample
Reporter: Simon Nash
Assignee: Simon Nash
The top-level maven build for the travel sample currently includes the
"distribution" directory which produces both source and binary distributions.
These distributions shouldn't be produced by default, as most users of the
travel sample don't need them. The source distribution is needed only by
Tuscany developers preparing or testing a release of the travel sample. The
binary distribution is needed only by application developers who need to
understand how to package Tuscany applications in binary-only form for
redistribution to users of the application.
The suggested fix is to split the current "distribution" directory into the the
following directories:
1. distribution - produces the source distribution for the travel sample, not
included by default in the top-level build
2. binaries - packages the binary artifacts for the travel sample, not
included by default in the top-level build
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.