Bug 899576 (JBPAPP6-194)
| Summary: | Review Maven repository for duplicate versions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Paul Gier <pgier> | ||||
| Component: | Maven Repository | Assignee: | Vladimir Dosoudil <dosoudil> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | unspecified | CC: | rsvoboda | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-194 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-20 06:52:06 UTC | Type: | Task | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Gier
2011-11-06 15:43:38 UTC
Link: Added: This issue is related to JBPAPP-7483 Vladmir, can you run the script against the -latest tag repository, and then upload the script? Usage: check-mvn-repo PATH-TO-REPOSITORY
Check the Maven repository for latest artifacts.
Generate the list of latest artifacts to standard output (stdout).
Generate the list of older artifacts to standard error (stderr).
Applied: {code}check-mvn-repo /mnt/redhat/brewroot/repos/jb-eap-6-rhel-6-latest/latest/maven > list-of-latests.txt 2> list-of-extras.txt{code}
I recommend using `sort` against both outputs.
Attachment: Added: check-mvn-repo The script has been attached. Docs QE Status: Removed: NEW Closing, internal script used by Paul and Vladimir. Verified on EAP 6.0.1 ER3 No duplicated versions in maven repo zip, JSF is expected in two versions. |