Skip to content

Commit

Permalink
INTSAMPLES-96 - Polish SI Cafe Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Nov 30, 2012
1 parent 074383c commit f4e3c83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions applications/cafe/cafe-si/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,29 @@
the components, see the AMQP or the JMS sample.
</description>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration>
<mainClass>org.springframework.integration.samples.cafe.xml.CafeDemoApp</mainClass>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit f4e3c83

Please sign in to comment.