diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 16:32:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 16:32:08 -0400 |
commit | eab9c85680f0370e1cacae4a729120f47f4ca69e (patch) | |
tree | 049dde37a3b14f4d53ed6dd5cea5d6d1f1f58f50 /conf | |
parent | af3e24f7ddbadac2bc17b73a4b3199ada5b97f92 (diff) |
get maven-plugin-api-bootstrap closer to compiling
The only errors now are related to missing generated code
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dependencies.mk | 5 | ||||
-rw-r--r-- | conf/sources.mk | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 8e92029..5403119 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -12,7 +12,10 @@ build/packages/maven-plugin-api-bootstrap: \ build/packages/plexus-utils \ build/packages/plexus-container-default \ build/packages/plexus-classworlds \ - build/packages/atinject-javax.inject + build/packages/maven-artifact-bootstrap + +build/packages/maven-artifact-bootstrap: \ + build/packages/plexus-utils build/packages/plexus-container-default: \ build/packages/plexus-classworlds \ diff --git a/conf/sources.mk b/conf/sources.mk index 15bc67b..9d20b08 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -3,6 +3,7 @@ _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-plugin-api-bootstrap = tar|$(_apache_mirror)/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz|maven-plugin-api +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-tools = svn|$(_apache_svn)|maven/plugin-tools/tags/maven-plugin-tools-3.3 |