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/dependencies.mk | |
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/dependencies.mk')
-rw-r--r-- | conf/dependencies.mk | 5 |
1 files changed, 4 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 \ |