]
Nick Boldt commented on JBIDE-19715:
------------------------------------
First pass here done for JBDS as part of JBIDE-20158, since that required simplifying the
way we do rsync as well. JBDS build no longer does a full-site build, only a
generate-facade.
So for CR1 I think we can do the same for JBT & its deploy mojo configuration.
Get rid of "fullSite", stick with "repository"
----------------------------------------------
Key: JBIDE-19715
URL:
https://issues.jboss.org/browse/JBIDE-19715
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build
Affects Versions: 4.3.0.Alpha1
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.3.0.CR1
Currently, some builds such as aggregate create a "site/target/fullSite"
folder, which is aimed at being deployed. However, it would be simpler to populate the
site/target/repository folder, so it would be only one directory to move, and the same one
for all builds.