INTSAMPLES-57 Update README.md

For reference: https://jira.springsource.org/browse/INTSAMPLES-57

* reflect the correct Main class to be used
* add exec-maven-plugin and add usage to README.md
This commit is contained in:
Gunnar Hillert
2012-02-08 16:34:57 -05:00
parent e05d04e976
commit c7e5a7815b
2 changed files with 13 additions and 1 deletions

View File

@@ -45,6 +45,14 @@
<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.xml.BookOrderProcessingTestApp</mainClass>
</configuration>
</plugin>
</plugins>
</build>
<repositories>