From: <ku...@us...> - 2010-08-17 17:43:52
|
Revision: 2262 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2262&view=rev Author: kurzum Date: 2010-08-17 17:43:46 +0000 (Tue, 17 Aug 2010) Log Message: ----------- more maven pom.xml fixes Modified Paths: -------------- trunk/lib/makePOM.sh trunk/lib/pomBegin.xml trunk/pom.xml Added Paths: ----------- trunk/maven.todo Modified: trunk/lib/makePOM.sh =================================================================== --- trunk/lib/makePOM.sh 2010-08-17 12:23:25 UTC (rev 2261) +++ trunk/lib/makePOM.sh 2010-08-17 17:43:46 UTC (rev 2262) @@ -20,7 +20,7 @@ cat pomEnd.xml >> pomtmp.xml -mv pomtmp.xml ../pom.xml +mv -v pomtmp.xml ../pom.xml echo "in case the script fails with 401 you need to update credentials in ~/.m2/settings.xml" Modified: trunk/lib/pomBegin.xml =================================================================== --- trunk/lib/pomBegin.xml 2010-08-17 12:23:25 UTC (rev 2261) +++ trunk/lib/pomBegin.xml 2010-08-17 17:43:46 UTC (rev 2262) @@ -57,6 +57,12 @@ <testOutputDirectory>target/test-classes</testOutputDirectory> <sourceDirectory>src/dl-learner</sourceDirectory> <scriptSourceDirectory>bin</scriptSourceDirectory> + <resources> + <resource> + <directory>src/dl-learner</directory> + </resource> + </resources> + <!-- <testSourceDirectory>src/test/java</testSourceDirectory> --> </build> Added: trunk/maven.todo =================================================================== --- trunk/maven.todo (rev 0) +++ trunk/maven.todo 2010-08-17 17:43:46 UTC (rev 2262) @@ -0,0 +1,3 @@ +- create a resource dir and adjust paths, especially for components.ini +- move tests +- check http://maven.apache.org/guides/introduction/introduction-to-the-pom.html for more options Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-17 12:23:25 UTC (rev 2261) +++ trunk/pom.xml 2010-08-17 17:43:46 UTC (rev 2262) @@ -57,6 +57,12 @@ <testOutputDirectory>target/test-classes</testOutputDirectory> <sourceDirectory>src/dl-learner</sourceDirectory> <scriptSourceDirectory>bin</scriptSourceDirectory> + <resources> + <resource> + <directory>src/dl-learner</directory> + </resource> + </resources> + <!-- <testSourceDirectory>src/test/java</testSourceDirectory> --> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |