Skip to content

Commit 73c3d58

Browse files
authored
#358: changed badge to JavaDoc to fix build on windows. (#375)
1 parent 41096fa commit 73c3d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/tutorial-newapp.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ For low-level creation you can also manually call this command:
2626
mvn -DarchetypeVersion=${devon4j.version} -DarchetypeGroupId=com.devonfw.java.templates -DarchetypeArtifactId=devon4j-template-server archetype:generate -DgroupId=com.example.application -DartifactId=sampleapp -Dversion=1.0.0-SNAPSHOT -Dpackage=com.devonfw.application.sampleapp
2727
----
2828

29-
Attention: The `archetypeVersion` (first argument) should be set to the latest version of `devon4j`. You can easily determine the version from this badge excluding the `v` prefix:
30-
image:https://img.shields.io/maven-central/v/com.devonfw.java.templates/devon4j-template-server.svg?label=Maven%20Central["web artifact",link=https://search.maven.org/search?q=g:com.devonfw.java.templates+a:devon4j-template-server]
29+
Attention: The `archetypeVersion` (first argument) should be set to the latest version of `devon4j`. You can easily determine the version from this badge:
30+
image:https://javadoc.io/badge2/com.devonfw.java.modules/devon4j-basic/javadoc.svg["latest devon4j version"]
3131

3232

3333
Further providing additional properties (using `-D` parameter) you can customize the generated app:

0 commit comments

Comments
 (0)