You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2019/09/28 16:05:00 UTC

[jira] [Comment Edited] (MNG-6765) [Regression] tycho pom-less builds fails with 3.6.2

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

Herve Boutemy edited comment on MNG-6765 at 9/28/19 4:04 PM:
-------------------------------------------------------------

I don't know if it is exactly the same root cause, but issue reported agains maven-git-versioning-extension https://lists.apache.org/thread.html/f48f1eca8af1ef00e5a1e761beae3893227f6853b645c1335995a0f1@%3Cusers.maven.apache.org%3E

https://lists.apache.org/thread.html/82aab6776aa9ff7af86733f743ad49812cbb6c2289f7ed52c06f1975@%3Cusers.maven.apache.org%3E


was (Author: hboutemy):
I don't know if it is exactly the same root cause, but issue reported agains maven-git-versioning-extension https://lists.apache.org/thread.html/f48f1eca8af1ef00e5a1e761beae3893227f6853b645c1335995a0f1@%3Cusers.maven.apache.org%3E

> [Regression] tycho pom-less builds fails with 3.6.2
> ---------------------------------------------------
>
>                 Key: MNG-6765
>                 URL: https://issues.apache.org/jira/browse/MNG-6765
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Jonathan Chen
>            Priority: Major
>
> Projects using tycho pom-less builds fail with maven-3.6.2.
> One such example would be using maven-3.6.2 to build Eclipse-4.13, which fails pretty early in the build with:
> {noformat}
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.j2se12/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.j2se13/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.j2se14/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.j2se15/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.javase16/.polyglot.build.properties:
> input contained no data @
> [FATAL] Non-readable POM
> /home/jonc/work/ports/freebsd-eclipse/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.javase17/.polyglot.build.properties:
> input contained no data @
> ...
> {noformat}
> These errors do not arise with maven-3.6.0 or maven-3.6.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)