|
6 | 6 | <parent> |
7 | 7 | <groupId>org.jboss.tools</groupId> |
8 | 8 | <artifactId>parent</artifactId> |
9 | | - <version>4.5.2.Final-SNAPSHOT</version> |
| 9 | + <version>4.5.3.AM1-SNAPSHOT</version> |
10 | 10 | </parent> |
11 | 11 | <groupId>com.jboss.devstudio</groupId> |
12 | 12 | <artifactId>product</artifactId> |
|
23 | 23 | </modules> |
24 | 24 | <!-- Should you want to build it locally, target platform sources are here: https://github.com/jbosstools/jbosstools-target-platforms/tree/4.60.x/ --> |
25 | 25 | <properties> |
26 | | - <!-- JBDS-4440 No longer need a different TP to build devstudio - use the default jbosstools one <tpc.group>jbdevstudio</tpc.group> --> |
27 | | - <BUILD_ALIAS>GA</BUILD_ALIAS> |
| 26 | + <!-- <BUILD_ALIAS>GA</BUILD_ALIAS> --> |
28 | 27 | <tpc.version>${TARGET_PLATFORM_VERSION_MAX}</tpc.version> |
29 | 28 | <tycho.scmUrl>scm:git:https://github.com/jbdevstudio/jbdevstudio-product.git</tycho.scmUrl> |
30 | 29 | <!-- JBDS-2805 used in results/pom.xml to provide link to Central zip --> |
31 | 30 | <central.tpc.version>4.70.0.Final-SNAPSHOT</central.tpc.version> |
32 | 31 | <JBOSS_CENTRAL_ZIP>https://devstudio.redhat.com/${devstudioReleaseVersion}/snapshots/builds/jbosstools-build-sites.aggregate.central-site_${stream_jbt}/latest/all/repository.zip</JBOSS_CENTRAL_ZIP> |
33 | 32 |
|
34 | | - <!-- <RHDS_SSH>[email protected]:/home/windup/apache2/www/html/rhd/devstudio</RHDS_SSH> no need to use wonka.mw - no EAP bundles --> |
35 | | - <!-- <RHDS_SSH>[email protected]:/qa/services/http/binaries/devstudio</RHDS_SSH> server is readonly now? --> |
36 | | - |
37 | 33 | <!-- stream_jbt is set in parent pom = 4.4.neon / master --> |
38 | 34 | <!-- <stream_jbt>master</stream_jbt> --> |
39 | 35 | <jbosstools-site>http://download.jboss.org/jbosstools/${eclipseReleaseName}/snapshots/updates/core/${stream_jbt}/</jbosstools-site> |
40 | 36 | <!-- <jbosstools-target-site>http://download.jboss.org/jbosstools/targetplatforms/jbdevstudiotarget/4.40.0.CR1-SNAPSHOT/REPO/</jbosstools-target-site> --> |
41 | 37 | <stagingBaselineRepository>https://devstudio.redhat.com/11/staging/updates/</stagingBaselineRepository> |
42 | 38 |
|
43 | | - <!-- |
44 | | - By default, use EAP 6.1.0.Alpha, which is publically available. This allows devstudio to be build locally w/o needing access to devel.redhat.com |
45 | | - To build the EAP bundled installer, use the "eap" profile: `mvn install -Peap` |
46 | | - Note: as of devstudio 11, this is no longer required as EAP is bundled downstream in the devsuite installer. |
47 | | - --> |
48 | | - <eapVersion>6.1.0.Alpha</eapVersion> |
49 | | - <eapFilename>jboss-eap-${eapVersion}.zip</eapFilename> |
50 | | - <eapURL>http://download.jboss.org/jbosseap/6/jboss-eap-${eapVersion}/${eapFilename}</eapURL> |
51 | | - <eapMD5>21ab4c71230ca9fd311c265be24b6505</eapMD5> |
52 | | - <eapRootFolder>jboss-eap-6.1</eapRootFolder> |
53 | | - <buildEAPBundle>false</buildEAPBundle> |
54 | 39 | <devstudio.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${BUILD_ALIAS}</devstudio.version> |
55 | 40 | <p2StatsUrl>https://devstudio.redhat.com/usage/installs/local/${project.version}/${BUILD_ALIAS}/${buildQualifier}/</p2StatsUrl> |
56 | 41 | <!-- inherit from JBT parent pom <tychoVersion>0.23.1</tychoVersion> --> |
|
104 | 89 | </build> |
105 | 90 |
|
106 | 91 | <profiles> |
107 | | - <!-- |
108 | | - Addendum to "hudson" profile from parent pom. This adds the correct download URL for EAP, from a non-public URL. |
109 | | - --> |
110 | | - <profile> |
111 | | - <id>hudson</id> |
112 | | - <properties> |
113 | | - <eapVersion>7.0.0</eapVersion> |
114 | | - <!-- http://download.eng.rdu2.redhat.com/released/JBEAP-7/7.0.0/jboss-eap-7.0.0.zip --> |
115 | | - <eapFilename>jboss-eap-${eapVersion}.zip</eapFilename> |
116 | | - <eapURL>http://download.devel.redhat.com/released/JBEAP-7/${eapVersion}/${eapFilename}</eapURL> |
117 | | - <eapMD5>cd02482daa0398bf5500e1628d28179a</eapMD5> |
118 | | - <eapRootFolder>jboss-eap-7.0</eapRootFolder> |
119 | | - <p2StatsUrl>https://devstudio.redhat.com/usage/installs/${JOB_NAME}/${project.version}/${BUILD_ALIAS}/${buildQualifier}/</p2StatsUrl> |
120 | | - </properties> |
121 | | - </profile> |
122 | | - |
123 | 92 | <profile> |
124 | 93 | <id>local-sources</id> |
125 | 94 | <properties> |
|
0 commit comments