jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.71k stars 197 forks source link

dependency-reduced-pom.xml is malformed? #111

Closed feniix closed 9 years ago

feniix commented 9 years ago

After running the instructions in the in the quickstart see relativePath:

  <parent>
    <artifactId>jooby-project</artifactId>
    <groupId>org.jooby</groupId>
    <version>0.5.3</version>
    <relativePath>../pom.xml/pom.xml</relativePath>
  </parent>
jknack commented 9 years ago

yea, the is generated by maven-shade-plugin but isn't use it at all. I will turn off the generation of the this file.