From: <hee...@us...> - 2011-06-21 10:02:31
|
Revision: 2918 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2918&view=rev Author: heeroyuy Date: 2011-06-21 10:02:25 +0000 (Tue, 21 Jun 2011) Log Message: ----------- -uncommented maven pkg plugin because it works now Modified Paths: -------------- trunk/interfaces/pom.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-06-21 00:34:14 UTC (rev 2917) +++ trunk/interfaces/pom.xml 2011-06-21 10:02:25 UTC (rev 2918) @@ -72,8 +72,8 @@ </excludes> </configuration> </plugin> - <!--does not seem to work properly, please test more--> - <!--plugin> + + <plugin> <groupId>de.tarent.maven.plugins</groupId> <artifactId>maven-pkg-plugin</artifactId> <version>2.1.0</version> @@ -123,7 +123,7 @@ </distroConfiguration> </distroConfigurations> </configuration> - </plugin--> + </plugin> </plugins> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |