[csw-devel] SF.net SVN: gar:[2398] csw/mgar/pkg/maven2/trunk/Makefile

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Sat Nov 29 23:04:50 CET 2008


Revision: 2398
          http://gar.svn.sourceforge.net/gar/?rev=2398&view=rev
Author:   trygvis
Date:     2008-11-29 22:04:50 +0000 (Sat, 29 Nov 2008)

Log Message:
-----------
o Fixing the download URL to that GAR actually tries to download it.

Modified Paths:
--------------
    csw/mgar/pkg/maven2/trunk/Makefile

Modified: csw/mgar/pkg/maven2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/maven2/trunk/Makefile	2008-11-29 22:00:47 UTC (rev 2397)
+++ csw/mgar/pkg/maven2/trunk/Makefile	2008-11-29 22:04:50 UTC (rev 2398)
@@ -5,9 +5,15 @@
 
 DESCRIPTION = Java software project management and comprehension tool
 define BLURB
-Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. 
+Maven is a software project management and comprehension tool. Based on
+the concept of a project object model (POM), Maven can manage a
+project's build, reporting and documentation from a central
+piece of information.
 
-Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: 
+Maven's primary goal is to allow a developer to comprehend the complete
+state of a development effort in the shortest period of time. In order
+to attain this goal there are several areas of conce rn that Maven
+attempts to deal with:
 
    * Making the build process easy
    * Providing a uniform build system
@@ -16,7 +22,7 @@
    * Allowing transparent migration to new features
 endef
 
-MASTER_SITES = http://www.powertech.no/apache/dist/maven/binaries
+MASTER_SITES = http://www.powertech.no/apache/dist/maven/binaries/
 DISTFILES  = apache-maven-$(GARVERSION)-bin.tar.gz
 DISTFILES += $(call admfiles,CSWmaven2,)
 DISTFILES += bin-mvn


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list