Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
mainclass and how to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed Jun 13, 2012
1 parent 5b824d3 commit 4cf3ccf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions thread-inmem-jersey/README.textile
@@ -1,5 +1,14 @@
OData 3.0 specification: http://www.odata.org/media/30002/OData.html

h2. How to Run

bc. mvn exec:java

It will start an embedded Jersey server.

WADL will be available at: http://localhost:8887/OdataProduct.svc/application.wadl


h2. Get the threads

bc..
Expand Down
8 changes: 8 additions & 0 deletions thread-inmem-jersey/pom.xml
Expand Up @@ -98,6 +98,14 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration>
<mainClass>org.jboss.weld.environment.se.StartMain</mainClass>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4cf3ccf

Please sign in to comment.