blob: 8bc9d480cad545e2691cfb88b3a24334e7586b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
_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
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
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-plugin-annotations-bootstrap = svn|$(_apache_svn)/maven|plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-annotations
maven-plugin-tools-api-bootstrap = svn|$(_apache_svn)/maven|plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-tools-api
xbean-reflect-bootstrap = svn|$(_apache_svn)/geronimo|xbean/tags/xbean-3.4/xbean-reflect # Yes, I know xbean 3.4 is old
plexus-build-api = git|git://github.com/sonatype/sisu-build-api.git|plexus-build-api-0.0.7
plexus-cipher = git|git://github.com/sonatype/plexus-cipher.git|plexus-cipher-1.7
plexus-classworlds = git|git://github.com/sonatype/plexus-classworlds.git|plexus-classworlds-2.5.1
plexus-component-annotations = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-component-annotations
#plexus-component-metadata = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-component-metadata
plexus-container-default = git|git://github.com/sonatype/plexus-containers.git|plexus-containers-1.5.5/plexus-container-default
plexus-interpolation = git|git://github.com/sonatype/plexus-interpolation.git|plexus-interpolation-1.19
plexus-utils = git|git://github.com/sonatype/plexus-utils.git|plexus-utils-3.0.17
guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava
jaxen-bootstrap = tar|http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz
jdom-bootstrap = git|git://github.com/hunterhacker/jdom.git|JDOM-2.0.5
# Any other implementation of JSR-305 would probably be fine too.
jsr305 = svn|http://jsr-305.googlecode.com/svn|trunk/ri
# An implementation of JSR-330. Google Guice also implements JSR-330.
atinject-javax.inject = svn|http://atinject.googlecode.com/svn|trunk
|