Skip to content

Commit

Permalink
replace mars/ with generic variable from parent pom, {eclipseReleaseN…
Browse files Browse the repository at this point in the history
…ame}/
  • Loading branch information
nickboldt committed Mar 8, 2016
1 parent afc00d9 commit 0dcc185
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aggregate/central-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/fullSite</arg>
<arg>-t</arg>
<arg>mars/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
<arg>${eclipseReleaseName}/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
</arguments>
</configuration>
</execution>
Expand All @@ -152,7 +152,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/repository</arg>
<arg>-t</arg>
<arg>mars/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
<arg>${eclipseReleaseName}/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
</arguments>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions aggregate/coretests-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/fullSite</arg>
<arg>-t</arg>
<arg>mars/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
<arg>${eclipseReleaseName}/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
</arguments>
</configuration>
</execution>
Expand All @@ -91,7 +91,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/repository</arg>
<arg>-t</arg>
<arg>mars/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
<arg>${eclipseReleaseName}/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
</arguments>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions aggregate/earlyaccess-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/fullSite</arg>
<arg>-t</arg>
<arg>mars/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
<arg>${eclipseReleaseName}/snapshots/builds/jbosstools-build-sites.aggregate.${snapshotLocation}-site_${jbosstools_site_stream}/${BUILD_ID}-B${BUILD_NUMBER}</arg>
</arguments>
</configuration>
</execution>
Expand All @@ -152,7 +152,7 @@
<arg>-s</arg>
<arg>${project.build.directory}/repository</arg>
<arg>-t</arg>
<arg>mars/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
<arg>${eclipseReleaseName}/snapshots/updates/${snapshotLocation}/${jbosstools_site_stream}</arg>
</arguments>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</modules>

<properties>
<jbosstools-target-site>http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/mars/</jbosstools-target-site>
<jbosstools-target-site>http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/${eclipseReleaseName}/</jbosstools-target-site>
<jbosstools-site>http://download.jboss.org/jbosstools/updates/nightly/core/${jbosstools_site_stream}/</jbosstools-site>
<!-- this value will be overridden by the child poms in this project: core, coretests, central, earlyaccess. -->
<snapshotLocation>local</snapshotLocation>
Expand Down

0 comments on commit 0dcc185

Please sign in to comment.