Workaround a problem with documentation not being build due to the tycho

issue.
This commit is contained in:
Krzysztof Daniel 2012-09-06 14:08:19 +02:00
parent bd2cd5dbcc
commit 6de4969a87
1 changed files with 15 additions and 0 deletions

View File

@ -492,6 +492,21 @@ mvn-rpmbuild clean install \
-Dmaven.local.mode=true -Dtycho.local.keepTarget -Demf-repo.url=file:/`pwd`/repo
# popd
pushd eclipse.platform.common/bundles/org.eclipse.platform.doc.user
mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
popd
pushd eclipse.platform.common/bundles/org.eclipse.platform.doc.isv
mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
popd
pushd eclipse.platform.common/bundles/org.eclipse.jdt.doc.user
mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
popd
pushd eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv
mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
popd
pushd eclipse.platform.common/bundles/org.eclipse.pde.doc.user
mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
popd
mvn-rpmbuild clean install \
-Dmaven.test.skip=true -Dnative=linux.gtk.${ARCH} \
-Dmaven.local.mode=true -Dtycho.local.keepTarget -Demf-repo.url=file:/`pwd`/repo