-
Enhancement
-
Resolution: Done
-
Optional
-
4.1.0.Alpha1
-
None
This needs to be added to master parent pom:
<plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-packaging-plugin</artifactId> <version>${tycho.version}</version> <dependencies> <dependency> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-buildtimestamp-jgit</artifactId> <version>${tycho-extras.version}</version> </dependency> </dependencies> <configuration> <strictBinIncludes>false</strictBinIncludes> <format>'v'yyyyMMdd-HHmm</format> <timestampProvider>jgit</timestampProvider> <jgit.ignore> </jgit.ignore> </configuration> </plugin>
- relates to
-
JBIDE-22355 JBT component CI build qualifiers still say Alpha1, but Alpha1 is released in JIRA and we're building toward Alpha2
- Closed
-
JBIDE-13672 could publish.sh check previous build's GIT_REVISION.txt or ALL_REVISIONS.txt before overriding existing update site w/ new content?
- Closed
-
JBIDE-22870 fetch-sources-from-manifests may reference a plugin whose SHA is older than another plugin in the repo
- Closed
-
JBIDE-22696 jbosstools and devstudio sites / installer use old timestamps
- Closed
-
JBIDE-22372 Publish CI snapshots to a directory containing BUILD_ALIAS
- Closed
-
JBIDE-22689 enable baselineRepositories check to ensure timestamps increment for meta-changes too
- Closed