Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05CB418C06 for ; Sat, 2 Jan 2016 16:54:12 +0000 (UTC) Received: (qmail 27598 invoked by uid 500); 2 Jan 2016 16:54:10 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 27523 invoked by uid 500); 2 Jan 2016 16:54:10 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 27511 invoked by uid 99); 2 Jan 2016 16:54:10 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jan 2016 16:54:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id CF3DBC023A for ; Sat, 2 Jan 2016 16:54:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id tNWJl_IvCnf4 for ; Sat, 2 Jan 2016 16:54:04 +0000 (UTC) Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 3AB1920515 for ; Sat, 2 Jan 2016 16:54:04 +0000 (UTC) Received: by mail-wm0-f46.google.com with SMTP id u188so106161279wmu.1 for ; Sat, 02 Jan 2016 08:54:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f7up35qyyttrwmKeP/PUuuCjcGBAMT0OP7FtKN/ALhA=; b=mq4uubTdCIdmlrujdid96Y0mtDKvsY5FVCfgO3ocONjMlhvy8OA/dq44ewiwlyEMZy UEPfaDajvpROsv/NKo2aKXqX1PsSzA+u4jrEuLk65LO8c4iDW4n7XeHTNIMgBB/WJl2U Q+GYX9yKWx/+9w6gkWvQ1Ep9/XC0eS4djBbsr404Y+lnQ3fiuW8Z/iUwjmFW+SuaLk+F QmAzwJWMPUmKngsRY5ETOKEycbptyMJH4Dq4OKt1swu8Kv9y0q9NYGiNnJxGimI71/8O u0TzYr/WuRXMMAVNFYKOFVyPyar3mgBRzCIzyLaUmH7UoZ9Dfi4VyWjrSg+OONLsgqb4 mL2g== MIME-Version: 1.0 X-Received: by 10.194.238.162 with SMTP id vl2mr62027985wjc.91.1451753642973; Sat, 02 Jan 2016 08:54:02 -0800 (PST) Received: by 10.28.210.11 with HTTP; Sat, 2 Jan 2016 08:54:02 -0800 (PST) Date: Sat, 2 Jan 2016 22:24:02 +0530 Message-ID: Subject: Publishing an archetype to maven central and adding it to the list of archetypes which is being displayed when running mvn archetype:generate From: Manuri Amaya Perera To: users@maven.apache.org Content-Type: multipart/alternative; boundary=089e0149432230e47005285cbc33 --089e0149432230e47005285cbc33 Content-Type: text/plain; charset=UTF-8 Hi, I have published two archetypes to maven central. But I can't see those archetypes in [1]. And when I run mvn archetype:generate without any parameters I get a list of available archetypes but my archetypes are not there. Anyway by providing groupID, artifactID and version of the archetype I can successfully create a project. How can I get my archetypes added to the list of archetypes which is being displayed ? [1] https://repo1.maven.org/maven2/archetype-catalog.xml Thank you. -- *Regards* *Manuri Amaya Perera,* *Undergraduate,* *Department of Computer Science & Engineering,* *University of Moratuwa,* *Sri Lanka.* --089e0149432230e47005285cbc33--