You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2019/08/20 13:58:00 UTC

[jira] [Closed] (MNG-6742) org.sonatype.maven.polyglot.TeslaModelProcessor.locatePom(File) ignores files ending in.xml

     [ https://issues.apache.org/jira/browse/MNG-6742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MNG-6742.
-------------------------------
      Assignee: Robert Scholte
    Resolution: Invalid

As mentioned by [~mickael.istria], this is a polyglot-maven issue, which is not maintained by the Apache Maven project.

> org.sonatype.maven.polyglot.TeslaModelProcessor.locatePom(File) ignores files ending in.xml
> -------------------------------------------------------------------------------------------
>
>                 Key: MNG-6742
>                 URL: https://issues.apache.org/jira/browse/MNG-6742
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Christoph Läubrich
>            Assignee: Robert Scholte
>            Priority: Blocker
>
> in org.sonatype.maven.polyglot.TeslaModelProcessor.locatePom(File) there is the following code:
> {code:java}
>  File pomFile = manager.locatePom(dir);
>     if (pomFile != null && !pomFile.getName().endsWith(".pom") && !pomFile.getName().endsWith(".xml")) {
>  ...
> }
> {code}
> This makes it impossible to return any file with xml ending as alternative to pom.xml, in my case data is stored in a file named category.xml and i can't use ist because then my Mapping is never called.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)