kwin commented on code in PR #185: URL: https://github.com/apache/maven-archetype/pull/185#discussion_r1470033071
########## maven-archetype-plugin/src/site/fml/faq.fml: ########## @@ -35,11 +35,13 @@ under the License. </faq> <faq id="authentication"> - <question>How to generate a project from an archetype in an authenticated repository?</question> + <question>How to generate a project from an archetype in a custom (potentially authenticated) repository?</question> <answer> - <p>The server id used to download the artifact is <code><i>[archetypeArtifactId]</i>-repo</code>: you have to Review Comment: this repo id is format is still used in https://github.com/apache/maven-archetype/blob/3a2b725198c3823fd5d7e9f88b665b2e4515a202/archetype-common/src/main/java/org/apache/maven/archetype/generator/DefaultArchetypeGenerator.java#L70 (i.e. for downloading the actual archetype (not the catalog)), not sure if it just acts as a fallback though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org