[jetrix-cvs] SF.net SVN: jetrix:[722] jetrix/trunk/pom.xml
Brought to you by:
smanux
From: <sm...@us...> - 2008-08-07 21:03:48
|
Revision: 722 http://jetrix.svn.sourceforge.net/jetrix/?rev=722&view=rev Author: smanux Date: 2008-08-07 21:03:46 +0000 (Thu, 07 Aug 2008) Log Message: ----------- Fixed the configuration of the maven install plugin Modified Paths: -------------- jetrix/trunk/pom.xml Modified: jetrix/trunk/pom.xml =================================================================== --- jetrix/trunk/pom.xml 2008-08-07 21:01:02 UTC (rev 721) +++ jetrix/trunk/pom.xml 2008-08-07 21:03:46 UTC (rev 722) @@ -197,21 +197,21 @@ </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> - <configuration> - <file>lib/jcrontab-1.4.1-light.jar</file> - <groupId>jcrontab</groupId> - <artifactId>jcrontab</artifactId> - <version>1.4.1</version> - <packaging>jar</packaging> - <generatePom>true</generatePom> - <createChecksum>true</createChecksum> - </configuration> <executions> <execution> <phase>validate</phase> <goals> <goal>install-file</goal> </goals> + <configuration> + <file>lib/jcrontab-1.4.1-light.jar</file> + <groupId>jcrontab</groupId> + <artifactId>jcrontab</artifactId> + <version>1.4.1</version> + <packaging>jar</packaging> + <generatePom>true</generatePom> + <createChecksum>true</createChecksum> + </configuration> </execution> </executions> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |