From 552cad29d03a29f9eaf45f0d0db0cca12a069124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Fri, 27 Sep 2024 00:47:45 +0200 Subject: [PATCH] add nexus-format-archetype 1.0.63 --- .../nexus-format-archetype-1.0.63.buildspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.63.buildspec diff --git a/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.63.buildspec b/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.63.buildspec new file mode 100644 index 0000000000..c4df29fb0b --- /dev/null +++ b/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.63.buildspec @@ -0,0 +1,16 @@ +groupId=org.sonatype.nexus.archetypes +artifactId=nexus-format-archetype +display=${groupId}:${artifactId} +version=1.0.63 + +gitRepo=https://github.com/sonatype-nexus-community/${artifactId}.git +gitTag=${artifactId}-${version} + +tool=mvn +jdk=8 +newline=lf + +command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip" +buildinfo=target/${artifactId}-${version}.buildinfo + +issue=