You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/12/16 06:09:00 UTC

[jira] [Comment Edited] (OAK-10032) release:perform (or install -Papache-release) fails in oak-run

    [ https://issues.apache.org/jira/browse/OAK-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17648345#comment-17648345 ] 

Konrad Windszus edited comment on OAK-10032 at 12/16/22 6:08 AM:
-----------------------------------------------------------------

After having a 2nd thought a solution which doesn’t require the ant plugin to replace the primary maven artifact would be even better. That should be feasible by configuring m-assembly-p with https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#appendassemblyid to false. Will update my PR soon.

Update: Proposed as outlined above in new https://github.com/apache/jackrabbit-oak/pull/794.


was (Author: kwin):
After having a 2nd thought a solution which doesn’t require the ant plugin to replace the primary maven artifact would be even better. That should be feasible by configuring m-assembly-p with https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#appendassemblyid to false. Will update my PR soon

> release:perform (or install -Papache-release) fails in oak-run
> --------------------------------------------------------------
>
>                 Key: OAK-10032
>                 URL: https://issues.apache.org/jira/browse/OAK-10032
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: run
>            Reporter: Julian Reschke
>            Assignee: Nitin Gupta
>            Priority: Critical
>             Fix For: 1.46.0
>
>         Attachments: oak-run-effective-pom-after.xml, oak-run-effective-pom-before.xml
>
>
> With diagnostics:
> {noformat}
> [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (default) on project oak-run: An Ant BuildException has occured: Warning: Could not find file /Users/N/jackrabbit_oak_git/jackrabbit-oak/target/checkout/oak-run/target/oak-run-1.46.0-oak.jar to copy.
> [INFO] [ERROR] around Ant part ...<copy file="/Users/N/jackrabbit_oak_git/jackrabbit-oak/target/checkout/oak-run/target/oak-run-1.46.0-oak.jar" tofile="/Users/N/jackrabbit_oak_git/jackrabbit-oak/target/checkout/oak-run/target/oak-run-1.46.0.jar" />... @ 4:231 in /Users/N/jackrabbit_oak_git/jackrabbit-oak/target/checkout/oak-run/target/antrun/build-main.xml
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)