[
https://issues.jboss.org/browse/TEIID-5521?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-5521:
------------------------------------
Issue with olingo-patches. With the current pom, it errors with:
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install
(default-cli) on project teiid-olingo-patches: The packaging for this project did not
assign a file to the build artifact ->
{code}
Tried suggestions of running install:install or jar:jar, but with no luck.
So then added a source code place holder so that it would build the jar:
src/main/java/org/teiid/olingo/README.md, but then it fails with:
{code}
Unused declared dependencies found
{code}
I could comment out dependencies and it will build, that is an option. For now, locally,
commenting out olingo-patches and moving on.
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)