[
https://issues.jboss.org/browse/JBIDE-13086?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-13086:
------------------------------------
Doc still states:
{quote:title=https://community.jboss.org/wiki/HowToBuildJBossToolsWithMaven3#As_Maven_mirror_Recommended}
OR, with local profiles (DEPRECATED)
Just add -P local.site -Dlocal.site=file:///path/to/target/repository/
NOTE: You must specify a path starting with file:/// (three or more slashes) to avoid
errors such as "p2.core.ProvisionException URI has an authority component".
Examples
LINUX / MAC USERS
cd build
mvn clean install -U -B -fae -e -P local.site
-Dlocal.site=file:///${HOME}/trunk/build/target-platform/REPO/| tee build.all.log.txt
WINDOWS USERS
cd c:\trunk\build
mvn3 clean install -U -B -fae -e -Plocal.site
-Dlocal.site=file:///C:/trunk/build/target-platform/REPO/ > build.all.log.txt
{quote}
Please update that to the equivalent syntax (using -s settings.xml ?)
Clean target-platforms (local.target and jenkins.target no more
useful)
-----------------------------------------------------------------------
Key: JBIDE-13086
URL:
https://issues.jboss.org/browse/JBIDE-13086
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng, target-platform
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.0.0.CR2
local.target and jenkins.target are no more used in favor of Tycho 0.16 mirroring.
So we don't need to build them any more. They should be removed and the
target-platform site creation process should be reviewed to still provide local mirror
without using the local.target.
--
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:
http://www.atlassian.com/software/jira