]
Nick Boldt commented on JBIDE-14088:
------------------------------------
Verified, this works for producing a target platform update site which includes .source
bundles:
git clone git@github.com:jbosstools/jbosstools-target-platforms.git
cd jbosstools-target-platforms
git checkout 4.30.x
cd jbosstools/multiple
mvn install -Dmirror-target-to-repo.includeSources=true
cd target/jbosstools-multiple.target.repo/
find . -name "*.source_*" | wc -l
The result is 148 *.source_* bundles. [~rob.stryker] That's probably not ALL of the
sources for all of the JBT TP, but it might be enough to close this issue.
Also added a note about this flag to the README.md files here:
Generate TP source feature site + composite site merging matching TP
with TP sources
------------------------------------------------------------------------------------
Key: JBIDE-14088
URL:
https://issues.jboss.org/browse/JBIDE-14088
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: target-platform
Affects Versions: 4.1.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.1.0.Beta1
Every time we produce a target platform update site zip on
download.jboss.org we should
also produce an update site containing only sources.
Then the composite site
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3...
could include:
* REPO/
* SRC-REPO/ *NEW*
* compositeArtifacts.xml, compositeContent.xml --> points to both REPO/ and SRC-REPO/
*NEW*
* jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip
* jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip.MD5
* jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip *NEW*
* jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip.MD5 *NEW*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: