Author: simonetripodi
Date: Thu Jun 2 20:41:20 2011
New Revision: 1130796
URL: http://svn.apache.org/viewvc?rev=1130796&view=rev
Log:
plugged the exec-maven-plugin
Modified:
commons/sandbox/digester3/trunk/src/examples/rss/pom.xml
Modified: commons/sandbox/digester3/trunk/src/examples/rss/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/rss/pom.xml?rev=1130796&r1=1130795&r2=1130796&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/rss/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/rss/pom.xml Thu Jun 2
20:41:20 2011
@@ -27,5 +27,15 @@
<artifactId>commons-digester3-samples-rss</artifactId>
<packaging>jar</packaging>
<name>Apache Commons Digester :: Examples :: RSS</name>
-
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>org.apache.commons.digester3.rss.RSSDigester</mainClass>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>