Bug 872532
| Summary: | Building of errai-jpa examples fails because of unspecified plugin version variable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Stefan Miklosovic <smikloso> | ||||
| Component: | Examples, Errai | Assignee: | Pavel SLegr <pslegr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Stefan Miklosovic <smikloso> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.1.0 | CC: | bsutter, kpiwko, mnovotny, oskutka, rruss, vdedik | ||||
| Target Milestone: | CR1 | ||||||
| Target Release: | 2.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | errai-example | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-30 15:34:29 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: | |||||||
| Attachments: |
|
||||||
Fixed. Verified in WFK 2.1.0.CR1. Distributed as a part of WFK 2.1.0.GA release. |
Created attachment 637039 [details] error related to unspecified property variable validation.api.version Description of problem: While building errai-jpa example demos as of 2.1.0.ER2 version, it is impossible to build them properly because of unspecified property variable ${validation.api.version} which is specified in both pom.xml files of projects. This variable should be present in parent pom.xml where other property variables are defined, which is not the case. Version-Release number of selected component (if applicable): jboss-wfk-2.1.0.ER2/demo/errai-2.1.0.Final-redhat-1/jpa-examples How reproducible: Always until <validation.api.version>1.0.0.GA-redhat-1</validation.api.version> is specified among other property variables in parent pom.xml Steps to Reproduce: 1. Try to build a project. Actual results: See the attachment Expected results: Successful building of both projects.