0 Replies Latest reply on Apr 20, 2010 12:41 AM by asookazian

    pom.xml descriptors for examples

    asookazian

      So for the numberguess example, I see the following:


      <parent>
            <groupId>org.jboss.weld.examples</groupId>
            <artifactId>weld-examples-parent</artifactId>
            <version>1.0.1-Final</version>
            <relativePath>../../pom.xml</relativePath>
         </parent>



      here: C:\java\weld-1.0.1-Final\examples\jsf\numberguess


      which points to the part pom.xml located here: C:\java\weld-1.0.1-Final\examples


      which has this xml snippet near the top:


      <parent>
            <groupId>org.jboss.weld</groupId>
            <artifactId>weld-parent</artifactId>
            <version>9</version>
         </parent>
         <groupId>org.jboss.weld.examples</groupId>
         <artifactId>weld-examples-parent</artifactId>
         <packaging>pom</packaging>
         <version>1.0.1-Final</version>
         <name>Weld Examples</name>



      Where is this parent's parent pom.xml located?


      I did a text search on 'weld-parent' at the weld distro root and only got one hit (for the above xml).  Or is it located in a repo somewhere??


      Found it: http://mvnrepository.com/artifact/org.jboss.weld/weld-parent/9