Hi Mark,

Very cool

Thanks;

Gurkan



________________________________
Kimden: Mark Struberg <[email protected]>
Kime: openwebbeans-dev <[email protected]>
Gönderildiği Tarih: 30 Eylül 2011 10:06 Cuma
Konu: Arquillian support for OWB

Hi folks!

I've fixed the arquillian support for OWB. It is available at my github account 
[1].
Please note that you need to manually add the jboss repos to your repository 
list.

I do that with a 'jbossrepo' profile in my settings.xml:

--------
      <profile>
          <id>jbossrepo</id>
          <repositories>
              <repository>
                  <id>jboss-public-repository-group</id>
                  <name>JBoss Public Repository Group</name>
                  
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
                  <layout>default</layout>
                  <releases>
                      <enabled>true</enabled>
                      <updatePolicy>never</updatePolicy>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                      <updatePolicy>never</updatePolicy>
                  </snapshots>
              </repository>
          </repositories>
          <pluginRepositories>
              <pluginRepository>
                  <id>jboss-public-repository-group</id>
                  <name>JBoss Public Repository Group</name>
                  
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
                  <releases>
                      <enabled>true</enabled>
                  </releases>
                  <snapshots>
                      <enabled>true</enabled>
                  </snapshots>
              </pluginRepository>
          </pluginRepositories>
      </profile>

--------


LieGrue,
strub


[1] https://github.com/struberg/arquillian-container-openwebbeans

Reply via email to