Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmilne committed Mar 3, 2013
1 parent e41365b commit 5700ef9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<mainClass>com.cor.jms.demo.StartDemo</mainClass>
<mainClass>com.cor.demo.jms.StartDemo</mainClass>
<includePluginDependencies>false</includePluginDependencies>
<arguments>
<argument>10000</argument>
</arguments>
</configuration>
</plugin>

</plugins>
</build>

</project>
</project>

0 comments on commit 5700ef9

Please sign in to comment.