3 Replies Latest reply on May 21, 2014 11:54 AM by ctomc

    Question about Wildfly quickstart parent POM

    pgarner

      What is this parent (jboss-parent) that the parent pom is pointing to?

       

      <parent>
          <groupId>org.jboss</groupId>
          <artifactId>jboss-parent</artifactId>
          <version>14</version>
          <relativePath />
      </parent>

       

      Where should this parent go, once I find it?  Or is it safe to ignore?