Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBDS-4077 hardcode build and tests to run... #1652

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
<tycho.scmUrl>scm:git:https://github.com/jbosstools/jbosstools-integration-tests.git</tycho.scmUrl>
<!-- URLs needed to resolve dependencies at build time (see <repositories> below) and at install time (see site/pom.xml#associateSites) -->


<jbosstools-integrationtests-site>http://download.jboss.org/jbosstools/${eclipseReleaseName}/snapshots/updates/integration-tests/${jbosstools_site_stream}/</jbosstools-integrationtests-site>
<jbosstools-site>http://download.jboss.org/jbosstools/${eclipseReleaseName}/snapshots/updates/core/${jbosstools_site_stream}/</jbosstools-site>
<jbosstools-tests-site>http://download.jboss.org/jbosstools/${eclipseReleaseName}/snapshots/updates/coretests/${jbosstools_site_stream}/</jbosstools-tests-site>
<!-- build and run with latest TP -->
<tpc.version>${TARGET_PLATFORM_VERSION_MAX}</tpc.version>
</properties>

<modules>
Expand Down
2 changes: 2 additions & 0 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@
<appArgLine>-pluginCustomization ${basedir}/../pluginCustomization.ini</appArgLine>
<systemProperties>
<org.eclipse.update.reconcile>false</org.eclipse.update.reconcile>
<!-- JBDS-4077 this should be passed in from Jenkins or commandline -->
<tpc.version>${TARGET_PLATFORM_VERSION_MAX}</tpc.version>
</systemProperties>
<explodedBundles>
<bundle>org.mozilla.xulrunner.cocoa.macosx</bundle>
Expand Down