1 Reply Latest reply on Feb 6, 2011 10:47 PM by sflanigan

    Which Maven repo has jboss-embedded-bootstrap zip?

    rickcr

      I would think this artificat would be found here http://repository.jboss.org/maven2/org/jboss/embedded/ but I can't seem to find it anywhere.

      org.jboss.embedded
      jboss-embedded-bootstrap
      zip
      beta3

        • 1. Re: Which Maven repo has jboss-embedded-bootstrap zip?
          sflanigan

          Old thread I know, but in case anyone else is still looking for the answer, I found the distribution zip (with bootstrap) in the maven repo here:

          https://repository.jboss.org/nexus/content/groups/public/org/jboss/embedded/jboss-embedded/beta3.SP12/jboss-embedded-beta3.SP12-bin.zip

           

          Looks like this in the pom:

          <dependency>

                                        <groupId>org.jboss.embedded</groupId>

                                        <artifactId>jboss-embedded</artifactId>

                                        <version>${jboss.embedded.version}</version>

                                        <classifier>bin</classifier>

                                        <type>zip</type>

                                        <scope>test</scope>

          </dependency>

           

          I don't think there is an official maven artifact containing just the bootstrap.