[jboss-jira] [JBoss JIRA] (DROOLS-204) No poms such use <version> except for the droolsjbpm-parent pom
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Fri Jul 26 05:06:26 EDT 2013
Geoffrey De Smet created DROOLS-204:
---------------------------------------
Summary: No poms such use <version> except for the droolsjbpm-parent pom
Key: DROOLS-204
URL: https://issues.jboss.org/browse/DROOLS-204
Project: Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Michael Biarnes Kiefer
Priority: Critical
Open all projects (from the repository-list.txt) in IntelliJ (or Eclipse). Do a find in path (ctrl-shift-r) for "<version>" in all directories in files named "pom.xml".
Export that result to txt (intellij has a button on the left for that) and paste that result as a comment on this issue.
Only the droolsjbpm-parent pom file should show up in that result (in theory).
For <version> each of those in that list:
1) If the droolsjbpm-parent already declares the same dependency (=> exact same groupId, artifactId (and optionally type, classifier)) with the same version, just remove the <version> line.
If all cases of 1) are fixed and committed:
2) If the droolsjbpm-parent already declares the same dependency with a lower verion, remove the <version> line and notify the pom owner.
3) If the droolsjbpm-parent already declares the same dependency with a higher verion, add it to a the "problem list".
4) If the droolsjbpm-parent doesn't declare the dependency yet and EAP doesn't have it either (or it's the same version), add it in the droolsjbpm-parent pom and remove <version> line from the original pom.
5) If the droolsjbpm-parent doesn't declare the dependency yet and EAP has it in another version, add it to the "problem list".
Copy the "problem list" as a comment to this issue too.
Reqs: need to be done on master and 6.0.x (=> use git cherry-pick -x ...)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list