Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Rearrange and add tests for the jpa-jaxrs-cdi examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 1, 2015
1 parent ea7e554 commit ff9af8a
Show file tree
Hide file tree
Showing 26 changed files with 127 additions and 440 deletions.
152 changes: 0 additions & 152 deletions jpa-jaxrs-cdi-shrinkwrap2/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -10,15 +10,15 @@

<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>wildfly-swarm-examples-parent</artifactId>
<artifactId>examples-jpa-jaxrs-cdi</artifactId>
<version>1.0.0.Alpha6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>wildfly-swarm-example-jpa-jaxrs-cdi-shrinkwrap</artifactId>
<artifactId>example-jpa-jaxrs-cdi-shrinkwrap</artifactId>

<name>WildFly Swarm Examples: JPA, JAX-RS and CDI with Shrinkwrap</name>
<description>WildFly Swarm Examples: JPA, JAX-RS and CDI with Shrinkwrap</description>
<name>WildFly Swarm Examples: JPA + JAX-RS + CDI ShrinkWrap</name>
<description>WildFly Swarm Examples: JPA + JAX-RS + CDI ShrinkWrap</description>

<packaging>jar</packaging>

Expand All @@ -28,20 +28,28 @@
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-plugin</artifactId>
<configuration>
<mainClass>org.wildfly.swarm.examples.jpa.Main</mainClass>
<mainClass>org.wildfly.swarm.examples.jpajaxrscdi.Main</mainClass>
</configuration>
<executions>
<execution>
<goals>
<goal>package</goal>
</goals>
<id>package</id>
</execution>
<execution>
<id>start</id>
</execution>
<execution>
<id>stop</id>
</execution>
</executions>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-base</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs-weld</artifactId>
Expand Down

0 comments on commit ff9af8a

Please sign in to comment.