This content has been marked as final.
Show 1 reply
-
1. Re: Which Maven repo has jboss-embedded-bootstrap zip?
sflanigan Feb 6, 2011 10:47 PM (in response to rickcr)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:
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.