Bug 900036 (JBPAPP6-578)
| Summary: | Mead: Add git (internal repo) commit hash to each .jar's MANIFEST.MF | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondřej Žižka <ozizka> |
| Component: | Build | Assignee: | Paul Gier <pgier> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | mikeb, pgier, rsvoboda, vtunka |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-578 | ||
| Whiteboard: | eap_qa_req | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-02 09:10:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ondřej Žižka
2012-03-13 14:50:39 UTC
git is already present in the EAP 6 buildroots. It sounds like the buildNumber property is not being set in some cases. This needs to be fixed in each pom.xml, probably by using the Maven buildnumber plugin. Labels: Added: eap_qa_req Upstream I added configuration to the jboss-parent to add the SCM revision using the build number plugin. Maybe we can use the same config for our Mead builds, however the commit ID wouldn't be included in Ant based builds. I updated the jboss-parent pom with the upstream changes to add the git ID to each build. This should fix the issue for any Maven based projects that we rebuild. The others will wait until a later release. Verified on EAP 6.0.0 ER6 Automated job created: https://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-Repository/job/eap-60-repository-maven-check-scm-revision/ Docs QE Status: Removed: NEW |