[
https://issues.jboss.org/browse/TEIID-5521?page=com.atlassian.jira.plugin...
]
Van Halbert edited comment on TEIID-5521 at 1/10/19 5:48 PM:
-------------------------------------------------------------
I've completed the changes on my branch:
[
https://github.com/vhalbert/teiid/tree/teiid-5521
The following are overrides to the basepom settings so that the project can be built.
Most of these are due to duplicate issues, where multiple jar's in the classpath
contain the same files.
[vhalbert@localhost teiid]$ grep -Ril '<basepom'
connectors/accumulo/translator-accumulo/pom.xml
connectors/file/translator-excel/pom.xml
connectors/infinispan/infinispan-api/pom.xml
connectors/infinispan/infinispan-tasks/pom.xml
connectors/infinispan/translator-infinispan-hotrod/pom.xml
connectors/jdbc/translator-hive/pom.xml
connectors/jdbc/translator-jdbc/pom.xml
connectors/jdbc/translator-phoenix/pom.xml
connectors/jdbc/translator-prestodb/pom.xml
connectors/misc/translator-jpa/pom.xml
connectors/odata/translator-odata/pom.xml
connectors/swagger/translator-swagger/pom.xml
eclipselink-platform/pom.xml
olingo/pom.xml
rest-service/pom.xml
runtime/pom.xml
was (Author: van.halbert):
I've completed the changes on my branch:
[
https://github.com/vhalbert/teiid/tree/teiid-5521
Add build plugins used by basepom to help with dependency handling
------------------------------------------------------------------
Key: TEIID-5521
URL:
https://issues.jboss.org/browse/TEIID-5521
Project: Teiid
Issue Type: Task
Components: Build/Kits
Affects Versions: 12.x
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Major
Fix For: 12.1
Utilize plugins that basebom uses, which will help reduce half the headaches you go
though during the productization with versions.
plugins:
* duplicate-finder-maven-plugin
* maven-dependency-plugin
* maven-dependency-versions-check-plugin
--
This message was sent by Atlassian Jira
(v7.12.1#712002)