Skip to content
Permalink
Browse files

[WFLY-11932] Advise users to use HTTPS as well in example subsystem doc

  • Loading branch information
bstansberry committed Apr 2, 2019
1 parent cc2de37 commit 6716178aa312715419a174acadf7bb390b9b7a5d
Showing with 2 additions and 2 deletions.
  1. +2 −2 docs/src/main/asciidoc/_extending-wildfly/Example_subsystem.adoc
@@ -17,7 +17,7 @@ mvn archetype:generate \
-DarchetypeArtifactId=wildfly-subsystem \
-DarchetypeGroupId=org.wildfly.archetypes \
-DarchetypeVersion=8.0.0.Final \
-DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public
-DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/public
----

Maven will download the archetype and it's dependencies, and ask you
@@ -29,7 +29,7 @@ $ mvn archetype:generate \
-DarchetypeArtifactId=wildfly-subsystem \
-DarchetypeGroupId=org.wildfly.archetypes \
-DarchetypeVersion=8.0.0.Final \
-DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public
-DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/public
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------

0 comments on commit 6716178

Please sign in to comment.
You can’t perform that action at this time.