Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom parsing blowing up #20

Open
alexisvincent opened this issue Sep 26, 2020 · 0 comments
Open

pom parsing blowing up #20

alexisvincent opened this issue Sep 26, 2020 · 0 comments

Comments

@alexisvincent
Copy link

Hi there,

Thanks for this lib. Super cool.

I'm having issues when performing spit with -p when theres already a pom. Parsing blows up with

[Fatal Error] :1:39: Premature end of file.
ERROR:  'Premature end of file.'
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 39; Premature end of file.

with the following pom

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>http</groupId>
  <artifactId>http</artifactId>
  <version>0.1.0-0x3bc5.DIRTY</version>
  <name>http</name>
  <dependencies>
    <dependency>
      <groupId>ring</groupId>
      <artifactId>ring-core</artifactId>
      <version>1.8.1</version>
    </dependency>
    <dependency>
      <groupId>ring</groupId>
      <artifactId>ring-jetty-adapter</artifactId>
      <version>1.8.1</version>
    </dependency>
    <dependency>
      <groupId>integrant</groupId>
      <artifactId>integrant</artifactId>
      <version>0.8.0</version>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>reitit</artifactId>
      <version>0.5.5</version>
    </dependency>
    <dependency>
      <groupId>http-kit</groupId>
      <artifactId>http-kit</artifactId>
      <version>2.5.0</version>
    </dependency>
  </dependencies>
  <repositories/>
  <build>
    <sourceDirectory/>
    <resources/>
  </build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant