Author: chatellier Date: 2008-10-16 16:08:15 +0000 (Thu, 16 Oct 2008) New Revision: 240 Modified: jrst/trunk/pom.xml Log: Add jar classpath and main class Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-16 15:59:32 UTC (rev 239) +++ jrst/trunk/pom.xml 2008-10-16 16:08:15 UTC (rev 240) @@ -35,6 +35,7 @@ <!-- Test --> <maven.test.skip>true</maven.test.skip> + <!-- Site en et fr --> <maven.site.locales>fr,en</maven.site.locales> </properties> @@ -49,6 +50,19 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <mainClass>org.codelutin.jrst.JRST</mainClass> + <classpathPrefix>lib/</classpathPrefix> + </manifest> + </archive> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.0</version> <executions>