diff options
Diffstat (limited to 'conf/sources.mk')
-rw-r--r-- | conf/sources.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/sources.mk b/conf/sources.mk index 9688905..201f7f5 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -1,9 +1,10 @@ _apache_svn = https://svn.apache.org/repos/asf _apache_mirror = http://archive.apache.org/dist -#maven = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz -#modello-bootstrap = git|git://github.com/sonatype/modello.git|modello-1.8.1 -modello-core-bootstrap = git|git://github.com/sonatype/modello.git|modello-1.8.1/modello-core +maven = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz + +modello-core = git|git://github.com/sonatype/modello.git|modello-1.8.1/modello-core +modello-plugins = git|git://github.com/sonatype/modello.git|modello-1.8.1/modello-plugins maven-artifact-bootstrap = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz|maven-artifact maven-plugin-api-bootstrap = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz|maven-plugin-api |