diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 21:07:53 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 21:07:53 -0400 |
commit | ba8b012f6a4e64467b1d800d43d124c514d06a0b (patch) | |
tree | 7f464ae86c55ea93a5cfa38fd7375ecca0166132 /conf | |
parent | 65139d7304d5aa99aa6dfbc4caf70982dadb8da6 (diff) |
build modello-core
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dependencies.mk | 13 | ||||
-rw-r--r-- | conf/sources.mk | 3 |
2 files changed, 12 insertions, 4 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 3216747..b2831c3 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -1,7 +1,14 @@ -build/packages/modello: \ - build/packages/maven-plugin-tools-api-bootstrap \ +build/packages/modello-bootstrap: \ + build/packages/maven-plugin-annotations-bootstrap \ build/packages/maven-plugin-api-bootstrap \ - build/packages/maven-plugin-annotations-bootstrap + build/packages/maven-plugin-tools-api-bootstrap \ + build/packages/plexus-build-api \ + build/packages/plexus-utils + +build/packages/modello-core-bootstrap: \ + build/packages/plexus-build-api \ + build/packages/plexus-container-default \ + build/packages/plexus-utils build/packages/maven-artifact-bootstrap: \ build/packages/plexus-utils diff --git a/conf/sources.mk b/conf/sources.mk index 170728e..9688905 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -2,7 +2,8 @@ _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 = git|git://github.com/sonatype/modello.git|modello-1.8.1 +#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-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 |