You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2018/04/18 05:24:43 UTC

[archiva] branch master updated: fix archetype build empty repo

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new a79c7cb  fix archetype build empty repo
a79c7cb is described below

commit a79c7cb9bbcc55889e046c1a0275ff661f402ade
Author: olivier lamy <ol...@apache.org>
AuthorDate: Wed Apr 18 15:24:35 2018 +1000

    fix archetype build empty repo
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 .../archiva-consumers/archiva-consumer-archetype/pom.xml             | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml
index 74e7294..8e35df3 100644
--- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml
+++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml
@@ -54,6 +54,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-maven2-indexer</artifactId>
+      <version>${archivaVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-model</artifactId>
       <scope>test</scope>
     </dependency>

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.