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 bb8f3e7 fix archetype build empty repo
bb8f3e7 is described below
commit bb8f3e79fb03ef1e5a7a3981cb05bd393b0aa1b9
Author: olivier lamy <[email protected]>
AuthorDate: Wed Apr 18 16:00:05 2018 +1000
fix archetype build empty repo
Signed-off-by: olivier lamy <[email protected]>
---
.../archiva-consumers/archiva-consumer-archetype/pom.xml | 5 +++++
.../src/main/resourcesstatic/archetype-resources/pom.xml | 6 ++++++
2 files changed, 11 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 8e35df3..628ec47 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
@@ -53,6 +53,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-maven2-indexer</artifactId>
<version>${archivaVersion}</version>
diff --git
a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
index d0e4243..cb0c313 100644
---
a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
+++
b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
@@ -173,6 +173,12 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>maven2-repository</artifactId>
<version>${archiva.version}</version>
--
To stop receiving notification emails like this one, please contact
[email protected].