INTSAMPLES-53 Update README.md

For reference see: https://jira.springsource.org/browse/INTSAMPLES-53
This commit is contained in:
Gunnar Hillert
2012-02-08 17:42:55 -05:00
parent 834f0a9630
commit c223667e32
4 changed files with 49 additions and 11 deletions

View File

@@ -65,6 +65,19 @@
<showDeprecation>false</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2</version>
<configuration>
<mainClass>org.springframework.integration.samples.http.HttpClientDemo</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.10</version>
</plugin>
</plugins>
</build>
<repositories>