Author: echatellier Date: 2014-03-24 14:22:55 +0100 (Mon, 24 Mar 2014) New Revision: 3905 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3905 Log: Fix dependency plugin with snapshot Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2014-03-21 17:31:25 UTC (rev 3904) +++ branches/4.0.1/pom.xml 2014-03-24 13:22:55 UTC (rev 3905) @@ -642,6 +642,7 @@ <configuration> <silent>true</silent> <outputDirectory>${project.build.directory}/lib</outputDirectory> + <useBaseVersion>false</useBaseVersion> </configuration> <goals> <goal>copy-dependencies</goal>
participants (1)
-
echatellier@users.forge.codelutin.com