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 418316a commit 27981b64c351c7928c1be07bbd036abd2f5a89ae
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 27981b6

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